import React from 'react'; function NotFound(): React.FunctionComponentElement<void> { return <>Page was not found.</>; } export default NotFound;