all repos — caroster @ 64b7e6a0c0ba863cd98ae9e44c48a178f8719c2a

[Octree] Group carpool to your event https://caroster.io

app/src/pages/NotFound.js (view raw)

1import React from 'react';
2
3const NotFound = () => {
4  return <div>404 - Not Found</div>;
5};
6
7export default NotFound;