move to public repo
This commit is contained in:
5
client/src/routes/NotFound/NotFound.tsx
Normal file
5
client/src/routes/NotFound/NotFound.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const NotFound = () => {
|
||||
return <div>Error 404: page not found</div>;
|
||||
};
|
||||
|
||||
export default NotFound;
|
||||
Reference in New Issue
Block a user