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
@@ -24,7 +24,7 @@ import useModalStore from "@/store/modals";
import { toast } from "react-hot-toast";
import { MigrationFormat, MigrationRequest } from "@/types/global";
import DashboardItem from "@/components/DashboardItem";
import NewLinkModal from "@/components/Modals/NewLinkModal";
import NewLinkModal from "@/components/ModalContent/NewLinkModal";
export default function Dashboard() {
const { collections } = useCollectionStore();