1
Fork 0

Rename src to astro

This commit is contained in:
KorbsStudio 2023-01-23 03:55:11 -05:00
parent 6cb2fa2bb7
commit 6733814fb0
No known key found for this signature in database
10 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import Tab from './sidebar/Tab.astro';
Page="1"
Name="Welcome"
Icon="fa-solid fa-wand-magic-sparkles"
Default="active"
Default="active" // This selects the tab by default
></Tab>
<Tab

View file

View file

View file

View file

0
src/layouts/App.astro → astro/layouts/App.astro Executable file → Normal file
View file

0
src/pages/index.mdx → astro/pages/index.mdx Executable file → Normal file
View file

0
src/styles/index.scss → astro/styles/index.scss Executable file → Normal file
View file