import React from 'react'; import { Metadata } from 'next'; export const metadata: Metadata = { title: '404 - Page not found', } export default function NotFound() { return ( <>
404.
{"You just hit a route that doesn't exist."}