import React from 'react'; const NotFound = React.forwardRef((props, ref) => { return (

404: Page Not Found

); }); export default NotFound;