Removed unused imports from root

This commit is contained in:
Matt Aitken
2022-12-08 11:52:14 +00:00
parent f4cd29e280
commit 275070421c
+1 -8
View File
@@ -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";