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/GolfPlayApps/GolfPlayAppGaming.tsx | 2 +- frontend/app/components/NavigateLink.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/app/components') diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx index 76ffcb8..ec92556 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx @@ -1,6 +1,6 @@ -import { Link } from "@remix-run/react"; import { useAtomValue } from "jotai"; import React, { useRef } from "react"; +import { Link } from "react-router"; import SubmitButton from "../../components/SubmitButton"; import { gamingLeftTimeSecondsAtom, 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