import React from 'react'; import MainMenu from '../../components/MainMenu'; export default function NotFound () { return (

Page not found

); }