mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 05:25:36 +07:00
First commit
This commit is contained in:
11
src/app/(full-width-pages)/(error-pages)/error-404/page.tsx
Normal file
11
src/app/(full-width-pages)/(error-pages)/error-404/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Metadata } from "next";
|
||||
import Error404Client from "./Error404Client";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Page Not Found",
|
||||
description: "The page you are looking for does not exist.",
|
||||
};
|
||||
|
||||
export default function Error404() {
|
||||
return <Error404Client />;
|
||||
}
|
||||
Reference in New Issue
Block a user