import React from 'react'; export default function NotFound () { return (

Page not found

); }