Files
Michess/client/src/routes/NotFound/NotFound.tsx
Nathaniel Tampus 17ce3cf4c4 move to public repo
2023-01-03 15:47:30 +08:00

6 lines
101 B
TypeScript

const NotFound = () => {
return <div>Error 404: page not found</div>;
};
export default NotFound;