Skip to content

Commit

Permalink
Remove DropZone and IconCloudUpload imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MuttakinHasib committed Feb 9, 2024
1 parent d201bdb commit 1d195c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/admin/src/app/products/screens/product.screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import "@mantine/tiptap/styles.css";
import {
Button,
DropZone,
ErrorMessage,
Input,
Label,
Expand Down Expand Up @@ -31,7 +30,6 @@ import { UploadIcon, XIcon } from "lucide-react";
import { getCartesianProduct } from "@/helpers";
import { Controller, UseFormSetValue } from "react-hook-form";
import Image from "next/image";
import { IconCloudUpload } from "@tabler/icons-react";
import { TFile } from "@/types";

const defaultTags = [
Expand Down

0 comments on commit 1d195c8

Please sign in to comment.