enzostvs HF Staff commited on
Commit
8660004
·
1 Parent(s): 6d2113a

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 { Collection as CollectionType, Image } from "@/utils/type";
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";