blob: 23882b25b80438af4c700d3b900942051a2f014d [file] [log] [blame]
Larbi Gharibe9af9732021-03-31 15:08:01 +01001const NotFoundPage = () => {
2 return (
3 <div>
4 <h3>404 Page not found</h3>
5 </div>
6 )
7}
8
9export default NotFoundPage;