diff --git a/app/root.tsx b/app/root.tsx index d18b3b3..7715162 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -1,10 +1,11 @@ import { - isRouteErrorResponse, + Link, Links, Meta, Outlet, Scripts, ScrollRestoration, + isRouteErrorResponse, } from "react-router" import type { Route } from "./+types/root" @@ -37,6 +38,29 @@ export function Layout({ children }: { children: React.ReactNode }) { {children} + + )