This commit is contained in:
parent
bd270338db
commit
258384fd62
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ const appRoute = createRoute({
|
||||||
getParentRoute: () => rootRoute,
|
getParentRoute: () => rootRoute,
|
||||||
id: "app",
|
id: "app",
|
||||||
component: AppShell,
|
component: AppShell,
|
||||||
|
notFoundComponent: NotFound,
|
||||||
});
|
});
|
||||||
|
|
||||||
const settingsRoute = createRoute({
|
const settingsRoute = createRoute({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue