This commit is contained in:
g
2025-02-07 21:33:13 +00:00
parent 8900bbcc76
commit 891f57d729
50 changed files with 165 additions and 444 deletions

View File

@@ -2,9 +2,9 @@
import { useEffect } from "react";
import { useRouter } from "next/navigation";
import Dashboard from "@/components/kokonutui/dashboard";
import Dashboard from "@/components/dashboard/dashboard";
import { Package } from "lucide-react";
import OrderTable from "@/components/order-table";
import OrderTable from "@/components/tables/order-table";
export default function OrdersPage() {
const router = useRouter();