diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-10 03:01:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-10 03:33:22 +0900 |
| commit | a3a2bc9dc1c339e26cf93e3b510f280acaab5027 (patch) | |
| tree | 91537e7a9bf9d3edf462e278b0415f17b39192d7 /frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx | |
| parent | c44b3383a7e55553cc95bba7bd5574f71c2e3406 (diff) | |
| download | iosdc-japan-2025-albatross-a3a2bc9dc1c339e26cf93e3b510f280acaab5027.tar.gz iosdc-japan-2025-albatross-a3a2bc9dc1c339e26cf93e3b510f280acaab5027.tar.zst iosdc-japan-2025-albatross-a3a2bc9dc1c339e26cf93e3b510f280acaab5027.zip | |
feat(fontend): migrate from Remix to React Router
Diffstat (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx')
| -rw-r--r-- | frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
