diff --git a/apps/webapp/app/root.tsx b/apps/webapp/app/root.tsx index 5eee96cc1..ddee21b34 100644 --- a/apps/webapp/app/root.tsx +++ b/apps/webapp/app/root.tsx @@ -1,10 +1,4 @@ -import type { - LinksFunction, - LoaderArgs, - LoaderFunction, - MetaFunction, -} from "@remix-run/node"; -import { json } from "@remix-run/node"; +import type { LinksFunction, LoaderArgs, MetaFunction } from "@remix-run/node"; import { Links, LiveReload, @@ -12,7 +6,6 @@ import { Outlet, Scripts, ScrollRestoration, - useLoaderData, } from "@remix-run/react"; import tailwindStylesheetUrl from "./styles/tailwind.css";