start
This commit is contained in:
8
src/pages/layouts/sidebar.astro
Normal file
8
src/pages/layouts/sidebar.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import LayoutSidebar from '../../app/LayoutSidebar.astro'
|
||||
import DashBoard from '../../widgets/DashBoard.astro'
|
||||
---
|
||||
|
||||
<LayoutSidebar>
|
||||
<DashBoard />
|
||||
</LayoutSidebar>
|
||||
Reference in New Issue
Block a user