blob: 9738fe3c5feb85f17b068358ab02b328bc95cc19 [file] [log] [blame]
const NotFoundPage = () => {
return (
<div>
<h3>404 Page not found</h3>
</div>
);
};
export default NotFoundPage;