diff options
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, |
