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