Rename src
to astro
This commit is contained in:
parent
6cb2fa2bb7
commit
6733814fb0
10 changed files with 1 additions and 1 deletions
2
src/components/Sidebar.astro → astro/components/Sidebar.astro
Executable file → Normal file
2
src/components/Sidebar.astro → astro/components/Sidebar.astro
Executable file → Normal 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
|
0
src/components/pages/1.mdx → astro/components/pages/1.mdx
Executable file → Normal file
0
src/components/pages/1.mdx → astro/components/pages/1.mdx
Executable file → Normal file
0
src/components/pages/2.astro → astro/components/pages/2.astro
Executable file → Normal file
0
src/components/pages/2.astro → astro/components/pages/2.astro
Executable file → Normal file
0
src/components/pages/3.astro → astro/components/pages/3.astro
Executable file → Normal file
0
src/components/pages/3.astro → astro/components/pages/3.astro
Executable file → Normal file
0
src/components/pages/4.astro → astro/components/pages/4.astro
Executable file → Normal file
0
src/components/pages/4.astro → astro/components/pages/4.astro
Executable file → Normal file
0
src/components/pages/Settings.mdx → astro/components/pages/Settings.mdx
Executable file → Normal file
0
src/components/pages/Settings.mdx → astro/components/pages/Settings.mdx
Executable file → Normal file
0
src/components/sidebar/Tab.astro → astro/components/sidebar/Tab.astro
Executable file → Normal file
0
src/components/sidebar/Tab.astro → astro/components/sidebar/Tab.astro
Executable file → Normal file
0
src/layouts/App.astro → astro/layouts/App.astro
Executable file → Normal file
0
src/layouts/App.astro → astro/layouts/App.astro
Executable file → Normal file
0
src/pages/index.mdx → astro/pages/index.mdx
Executable file → Normal file
0
src/pages/index.mdx → astro/pages/index.mdx
Executable file → Normal file
0
src/styles/index.scss → astro/styles/index.scss
Executable file → Normal file
0
src/styles/index.scss → astro/styles/index.scss
Executable file → Normal file
Reference in a new issue