Skip to content

Commit 579d733

Browse files
committed
fix import
1 parent c6bf7b3 commit 579d733

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/platformSelector/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import {Combobox, ComboboxItem, ComboboxList, ComboboxProvider} from '@ariakit/r
1212
import {CaretRightIcon, CaretSortIcon, MagnifyingGlassIcon} from '@radix-ui/react-icons';
1313
import * as RadixSelect from '@radix-ui/react-select';
1414
import {matchSorter} from 'match-sorter';
15-
import {usePathname} from 'next/navigation';
16-
import {useRouter} from 'next/router';
15+
import {usePathname,useRouter} from 'next/navigation';
1716

1817
import {PlatformIcon} from 'sentry-docs/components/platformIcon';
1918
import {Platform, PlatformGuide, PlatformIntegration} from 'sentry-docs/types';

0 commit comments

Comments
 (0)