diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index f14bcd9..1980afe 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -7,41 +7,54 @@ import { } from "@remix-run/react"; import { NotificationProvider } from "hooks/notification"; import { Theme } from "@radix-ui/themes"; -import { useEffect, useState } from "react"; +import { ThemeScript } from "hooks/themeMode"; import "~/index.css"; export function Layout() { return ( - + - - - Echoes -