Refactor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user