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/NavigateLink.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/NavigateLink.tsx')
| -rw-r--r-- | frontend/app/components/NavigateLink.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |
