refactor: move ROUTES from @/lib/routes to @/router/routes
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
import { useEffect } from "react";
|
||||
import Link from "next/link";
|
||||
|
||||
import { ROUTES } from "@/lib/routes";
|
||||
import { ROUTES } from "@/router/routes";
|
||||
|
||||
interface ErrorProps {
|
||||
error: Error & { digest?: string };
|
||||
|
||||
Reference in New Issue
Block a user