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