all repos — caroster @ 1a8f0e8d5d4f697c741c56508e728fa5ece3ca91

[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;