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