import React from 'react'; import Metadata from 'components/Metadata'; import Message from 'components/Message'; const ErrorPage = () => <> The page you have requrested could not be found. >; export default ErrorPage;
The page you have requrested could not be found.