9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
---
|
|
import LayoutSidebar from '../../app/LayoutSidebar.astro'
|
|
import DashBoard from '../../widgets/DashBoard.astro'
|
|
---
|
|
|
|
<LayoutSidebar>
|
|
<DashBoard />
|
|
</LayoutSidebar>
|