diff options
Diffstat (limited to 'app/not-found.js')
| -rw-r--r-- | app/not-found.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/not-found.js b/app/not-found.js index 9a39bf8..90d61bd 100644 --- a/app/not-found.js +++ b/app/not-found.js @@ -1,5 +1,3 @@ -import Link from "next/link"; - export default function NotFound() { return ( <main className="flex flex-col text-center"> |
