From a3a2bc9dc1c339e26cf93e3b510f280acaab5027 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 10 Mar 2025 03:01:44 +0900 Subject: feat(fontend): migrate from Remix to React Router --- frontend/app/components/NavigateLink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/NavigateLink.tsx') diff --git a/frontend/app/components/NavigateLink.tsx b/frontend/app/components/NavigateLink.tsx index 95c3bcf..c4ee7aa 100644 --- a/frontend/app/components/NavigateLink.tsx +++ b/frontend/app/components/NavigateLink.tsx @@ -1,4 +1,4 @@ -import { Link, LinkProps } from "@remix-run/react"; +import { Link, LinkProps } from "react-router"; export default function NavigateLink(props: LinkProps) { return ( -- cgit v1.2.3-70-g09d2