diff --git a/app/root.tsx b/app/root.tsx index e2577a1..881a0e8 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -19,6 +19,7 @@ import { HydrationUtilsPreRender, } from "~/useHydrated"; import settings from "./settings"; +import { ReactNode } from "react"; export const links: LinksFunction = () => [ ...(cssBundleHref ? [{ rel: "stylesheet", href: cssBundleHref }] : []), @@ -37,8 +38,29 @@ export async function loader() { } export default function App() { - useGlobalProgress(); const data = useLoaderData(); + return ( + +
+ -
- - - - -