Skip to content

Commit b5599be

Browse files
committed
chore: remove comment on notfound page
1 parent bb1d664 commit b5599be

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/app/not-found.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
"use client";
22

33
import NotFoundPage from "@/components/layout/NotFoundPage";
4-
// import Error from "next/error";
5-
6-
// This page renders when a route like `/unknown.txt` is requested.
7-
// In this case, the layout at `app/[locale]/layout.tsx` receives
8-
// an invalid value as the `[locale]` param and calls `notFound()`.
94

105
export default function GlobalNotFound() {
116
return (
127
<html lang="en">
138
<body suppressHydrationWarning className="flex h-screen w-full items-center justify-center">
14-
{/* <Error statusCode={404} />; */}
159
<NotFoundPage />
1610
</body>
1711
</html>

0 commit comments

Comments
 (0)