aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/root.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/root.tsx')
-rw-r--r--frontend/app/root.tsx10
1 files changed, 2 insertions, 8 deletions
diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx
index 20aa910..5721a2b 100644
--- a/frontend/app/root.tsx
+++ b/frontend/app/root.tsx
@@ -1,13 +1,7 @@
import { config } from "@fortawesome/fontawesome-svg-core";
import "@fortawesome/fontawesome-svg-core/styles.css";
-import type { LinksFunction } from "@remix-run/node";
-import {
- Links,
- Meta,
- Outlet,
- Scripts,
- ScrollRestoration,
-} from "@remix-run/react";
+import type { LinksFunction } from "react-router";
+import { Links, Meta, Outlet, Scripts, ScrollRestoration } from "react-router";
import "./tailwind.css";
import "./shiki.css";