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