move global 404 page to app router

This commit is contained in:
Nathaniel Tampus
2023-04-07 12:02:17 +08:00
parent 86b5dff3df
commit 44af7ed0ae
2 changed files with 0 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
export default function NotFound() {
return (
<div className="flex flex-col items-center justify-center gap-4">
<div className="text-2xl font-bold">Error 404</div>
<div className="text-xl">Not found</div>
</div>
);
}