Add catch-all 404 route and NotFound component to frontend routing
This commit is contained in:
3
apps/frontend/app/routes/404.tsx
Normal file
3
apps/frontend/app/routes/404.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function NotFound() {
|
||||
return <h1>404 - Not Found</h1>;
|
||||
}
|
||||
Reference in New Issue
Block a user