design sidebar & head layout & page dashboard
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import PanelPage from "@/components/panel";
|
||||
import LayoutPanel from "@/components/layoutPanel";
|
||||
import Information from '../../data/information.json';
|
||||
|
||||
function Panel() {
|
||||
return (
|
||||
<LayoutPanel data={Information}>
|
||||
<PanelPage data={Information} />
|
||||
</LayoutPanel>
|
||||
)
|
||||
}
|
||||
|
||||
export default Panel
|
||||
Reference in New Issue
Block a user