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