We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cb014 commit 0b78c7dCopy full SHA for 0b78c7d
client/src/routes/catchall.tsx
@@ -1,5 +1,11 @@
1
import AppRoot from "~/index";
2
3
+import { data } from "react-router";
4
+
5
+export async function loader() {
6
+ return data({}, 404);
7
+}
8
9
export default function Component() {
10
return <AppRoot />;
11
}
0 commit comments