export default function NotFound() { return (

Not Found

This is the not found page

); }