aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/logout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/routes/logout.tsx')
-rw-r--r--frontend/app/routes/logout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/routes/logout.tsx b/frontend/app/routes/logout.tsx
index d697be2..9616b4d 100644
--- a/frontend/app/routes/logout.tsx
+++ b/frontend/app/routes/logout.tsx
@@ -1,4 +1,4 @@
-import type { ActionFunctionArgs } from "@remix-run/node";
+import type { ActionFunctionArgs } from "react-router";
import { logout } from "../.server/auth";
export async function action({ request }: ActionFunctionArgs) {