Small restructure to sidebar
This commit is contained in:
@@ -17,9 +17,14 @@
|
|||||||
path: "/apparel",
|
path: "/apparel",
|
||||||
links: [
|
links: [
|
||||||
{ name: "Products", path: "/products" },
|
{ name: "Products", path: "/products" },
|
||||||
{ name: "Activity", path: "/activity" },
|
{ name: "Orders", path: "/orders" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Activity",
|
||||||
|
path: "/activity",
|
||||||
|
links: [{ name: "Events", path: "/events" }],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
let { children } = $props();
|
let { children } = $props();
|
||||||
|
|||||||
Reference in New Issue
Block a user