minor change

This commit is contained in:
daniel31x13
2023-10-29 12:56:38 -04:00
parent 16024f40be
commit de20fb7bc1
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -31,8 +31,6 @@ export default function Index() {
const { links } = useLinkStore();
const { collections } = useCollectionStore();
const { data } = useSession();
const [expandDropdown, setExpandDropdown] = useState(false);
const [sortDropdown, setSortDropdown] = useState(false);
const [sortBy, setSortBy] = useState<Sort>(Sort.DateNewestFirst);