diff --git a/app/root.tsx b/app/root.tsx index b0fd2473..90204ff8 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -1,6 +1,17 @@ -import type { LinksFunction, LoaderFunction, MetaFunction } from "@remix-run/node"; +import type { + LinksFunction, + LoaderFunction, + MetaFunction, +} from "@remix-run/node"; import { json } from "@remix-run/node"; -import { Links, LiveReload, Meta, Outlet, Scripts, ScrollRestoration } from "@remix-run/react"; +import { + Links, + LiveReload, + Meta, + Outlet, + Scripts, + ScrollRestoration, +} from "@remix-run/react"; import tailwindStylesheetUrl from "./styles/tailwind.css"; import { getUser } from "./session.server";