We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579d733 commit 668c799Copy full SHA for 668c799
src/components/platformSelector/index.tsx
@@ -12,7 +12,7 @@ import {Combobox, ComboboxItem, ComboboxList, ComboboxProvider} from '@ariakit/r
12
import {CaretRightIcon, CaretSortIcon, MagnifyingGlassIcon} from '@radix-ui/react-icons';
13
import * as RadixSelect from '@radix-ui/react-select';
14
import {matchSorter} from 'match-sorter';
15
-import {usePathname,useRouter} from 'next/navigation';
+import {usePathname, useRouter} from 'next/navigation';
16
17
import {PlatformIcon} from 'sentry-docs/components/platformIcon';
18
import {Platform, PlatformGuide, PlatformIntegration} from 'sentry-docs/types';
0 commit comments