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