Update apps/web/src/routes/__root.tsx
This commit is contained in:
parent
5800a5ebbf
commit
6b6368d82e
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@ import { createRootRoute, Outlet } from "@tanstack/react-router";
|
|||
import { Header } from "../components/layout/Header";
|
||||
|
||||
const EmptyPage = () => (
|
||||
<main className="min-h-[calc(100vh-3rem)] bg-background" />
|
||||
<main className="min-h-[calc(100vh-3rem)] bg-background text-2xl w-full h-full items-center justify-center flex font-medium">
|
||||
404 Page Not Found
|
||||
</main>
|
||||
);
|
||||
|
||||
export const Route = createRootRoute({
|
||||
|
|
|
|||
Loading…
Reference in a new issue