Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zasa-san committed Jan 28, 2025
1 parent 10a773b commit 4a8b74a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/react/I18N/I18NLinkV2.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { NavLinkProps, NavLink } from 'react-router';
import { useAtomValue } from 'jotai';
import { NavLinkProps, NavLink } from 'react-router-dom';
import { localeAtom } from 'V2/atoms';

type I18NLinkProps = NavLinkProps & { to: string; activeClassname?: string };
Expand Down
2 changes: 1 addition & 1 deletion app/react/I18N/specs/I18NLinkV2.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* eslint-disable react/jsx-props-no-spreading */
import React from 'react';
import { render, RenderResult } from '@testing-library/react';
import { BrowserRouter } from 'react-router-dom';
import { BrowserRouter } from 'react-router';
import { TestAtomStoreProvider } from 'V2/testing';
import { localeAtom } from 'V2/atoms';
import { I18NLink } from '../I18NLinkV2';
Expand Down

0 comments on commit 4a8b74a

Please sign in to comment.