Pre-Final Backup
This commit is contained in:
5
app/not-found.tsx
Normal file
5
app/not-found.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { InvalidRouteScreen } from "@/components/layout/invalid-route-screen";
|
||||
|
||||
export default function NotFound() {
|
||||
return <InvalidRouteScreen />;
|
||||
}
|
||||
Reference in New Issue
Block a user