refactor: move ROUTES from @/lib/routes to @/router/routes

This commit is contained in:
2026-06-10 10:53:43 +08:00
parent a4b902893e
commit 2cba315214
15 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -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 };