small improvements

This commit is contained in:
Daniel
2023-06-05 18:43:04 +03:30
parent 041e35ce0e
commit 24eeb9504e
8 changed files with 25 additions and 16 deletions
-1
View File
@@ -1,7 +1,6 @@
import React, { useEffect, useState } from "react";
import CollectionSelection from "@/components/InputSelect/CollectionSelection";
import TagSelection from "@/components/InputSelect/TagSelection";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { LinkIncludingCollectionAndTags } from "@/types/global";
import { faPenToSquare } from "@fortawesome/free-regular-svg-icons";
import useLinkStore from "@/store/links";