Skip to content

Commit c6bf7b3

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 0b848ad commit c6bf7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/platformSelector/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {CaretRightIcon, CaretSortIcon, MagnifyingGlassIcon} from '@radix-ui/reac
1313
import * as RadixSelect from '@radix-ui/react-select';
1414
import {matchSorter} from 'match-sorter';
1515
import {usePathname} from 'next/navigation';
16+
import {useRouter} from 'next/router';
1617

1718
import {PlatformIcon} from 'sentry-docs/components/platformIcon';
1819
import {Platform, PlatformGuide, PlatformIntegration} from 'sentry-docs/types';
@@ -21,7 +22,6 @@ import {uniqByReference} from 'sentry-docs/utils';
2122
import styles from './style.module.scss';
2223

2324
import {SidebarLink} from '../sidebarLink';
24-
import {useRouter} from 'next/router';
2525

2626
export function PlatformSelector({
2727
platforms,

0 commit comments

Comments
 (0)