refactor: move ROUTES from @/lib/routes to @/router/routes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import Link from "next/link";
|
||||
|
||||
import { ROUTES } from "@/lib/routes";
|
||||
import { ROUTES } from "@/router/routes";
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user