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 9c24d85 commit 74b8f71Copy full SHA for 74b8f71
components/Sort.tsx
@@ -6,7 +6,6 @@ import { faCode } from '@fortawesome/free-solid-svg-icons';
6
import { faArrowUpAZ } from '@fortawesome/free-solid-svg-icons';
7
import sortByName from 'utils/sortByName';
8
import Button from './Button';
9
-import { useState } from 'react';
10
11
const { mainLanguages } = languages;
12
@@ -23,7 +22,6 @@ enum SortTypes {
23
22
24
export default function Sort() {
25
const router = useRouter();
26
- const [isDisplay, setIsDisplay] = useState<string>('');
27
28
const navigationItems = [
29
{
0 commit comments