feat(dashboard): DataTable component (#6297)

This commit is contained in:
Kasper Fabricius Kristensen
2024-02-02 21:56:55 +01:00
committed by GitHub
parent a7be5d7b6d
commit 8cbf6c60fe
62 changed files with 2722 additions and 397 deletions
@@ -74,7 +74,7 @@ const router = createBrowserRouter([
children: [
{
index: true,
lazy: () => import("../../routes/orders/list"),
lazy: () => import("../../routes/orders/order-list"),
},
{
path: ":id",