Skip to content

Commit 74b8f71

Browse files
author
Beyzanur Seyhan
committed
fix: delete use state
1 parent 9c24d85 commit 74b8f71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/Sort.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { faCode } from '@fortawesome/free-solid-svg-icons';
66
import { faArrowUpAZ } from '@fortawesome/free-solid-svg-icons';
77
import sortByName from 'utils/sortByName';
88
import Button from './Button';
9-
import { useState } from 'react';
109

1110
const { mainLanguages } = languages;
1211

@@ -23,7 +22,6 @@ enum SortTypes {
2322

2423
export default function Sort() {
2524
const router = useRouter();
26-
const [isDisplay, setIsDisplay] = useState<string>('');
2725

2826
const navigationItems = [
2927
{

0 commit comments

Comments
 (0)