diff --git a/app/root.tsx b/app/root.tsx index 28cfa1f..29c2de8 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -6,6 +6,7 @@ import { Scripts, ScrollRestoration, } from "react-router"; +import favicon from "./favicon.ico"; import type { Route } from "./+types/root"; import "./app.css"; @@ -16,7 +17,7 @@ export function Layout({ children }: { children: React.ReactNode }) { - +