diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-12-22 00:01:57 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-12-22 00:01:57 -0500 |
| commit | 1c3a0454b0fc24268455796ba089804416dc6815 (patch) | |
| tree | 7af285487a811d9c213913a1bfc7ec3835ba8ff9 /app/not-found.js | |
| parent | b960da50af564bfcb96e6897503431512d410398 (diff) | |
| download | alure-website-1c3a0454b0fc24268455796ba089804416dc6815.tar.gz alure-website-1c3a0454b0fc24268455796ba089804416dc6815.tar.bz2 alure-website-1c3a0454b0fc24268455796ba089804416dc6815.zip | |
Travel advisory update
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"> |
