From 6b6368d82ef8651e23fc0931c9dd776ccc0ebef0 Mon Sep 17 00:00:00 2001 From: alois Date: Thu, 30 Jul 2026 14:38:04 +0200 Subject: [PATCH] Update apps/web/src/routes/__root.tsx --- apps/web/src/routes/__root.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/src/routes/__root.tsx b/apps/web/src/routes/__root.tsx index a899baf..825e2e6 100644 --- a/apps/web/src/routes/__root.tsx +++ b/apps/web/src/routes/__root.tsx @@ -3,7 +3,9 @@ import { createRootRoute, Outlet } from "@tanstack/react-router"; import { Header } from "../components/layout/Header"; const EmptyPage = () => ( -
+
+ 404 Page Not Found +
); export const Route = createRootRoute({