renamed modal contents

This commit is contained in:
daniel31x13
2023-12-01 17:44:34 -05:00
parent 9e4502c015
commit e8a91bb551
15 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { useSession } from "next-auth/react";
import SortDropdown from "@/components/SortDropdown";
import { Sort } from "@/types/global";
import useSort from "@/hooks/useSort";
import NewCollectionModal from "@/components/Modals/NewCollectionModal";
import NewCollectionModal from "@/components/ModalContent/NewCollectionModal";
export default function Collections() {
const { collections } = useCollectionStore();