WIP: tracking

This commit is contained in:
Arvid Norlin
2024-02-12 13:50:58 +01:00
parent 666e62c851
commit 5ccb6166c3
3 changed files with 39 additions and 53 deletions

View File

@@ -1,13 +1,8 @@
import Tracking from "./Tracking"
export default function NotFound() {
return (
<>
<main>
<h2>Not Found</h2>
<p>Could not find requested resource</p>
</main>
<Tracking />
</>
<main>
<h2>Not Found</h2>
<p>Could not find requested resource</p>
</main>
)
}