Spaces:
Runtime error
Runtime error
remove unused type
Browse files
components/main/collections/index.tsx
CHANGED
@@ -3,7 +3,7 @@ import { createBreakpoint } from "react-use";
|
|
3 |
import { AnimatePresence } from "framer-motion";
|
4 |
import InfiniteScroll from "react-infinite-scroller";
|
5 |
|
6 |
-
import {
|
7 |
import { useCollections } from "@/components/main/hooks/useCollections";
|
8 |
import { Modal } from "@/components/modal/modal";
|
9 |
import { Collection } from "./collection";
|
|
|
3 |
import { AnimatePresence } from "framer-motion";
|
4 |
import InfiniteScroll from "react-infinite-scroller";
|
5 |
|
6 |
+
import { Image } from "@/utils/type";
|
7 |
import { useCollections } from "@/components/main/hooks/useCollections";
|
8 |
import { Modal } from "@/components/modal/modal";
|
9 |
import { Collection } from "./collection";
|