import useCollectionStore from "@/store/collections"; import { faAdd, faBox, faEllipsis } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import CollectionCard from "@/components/CollectionCard"; import Dropdown from "@/components/Dropdown"; import { useState } from "react"; export default function () { const { collections } = useCollectionStore(); const [editDropdown, setEditDropdown] = useState(false); return ( // ml-80
All Collections