(feat): update 404 page
All checks were successful
/ deploy (push) Successful in 14m36s

This commit is contained in:
Alois 2026-05-03 22:23:02 +02:00
commit 258384fd62

View file

@ -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({