diff --git a/frontend/src/components/ImageUpload.tsx b/frontend/src/components/ImageUpload.tsx index 520f595..f5f5fc7 100644 --- a/frontend/src/components/ImageUpload.tsx +++ b/frontend/src/components/ImageUpload.tsx @@ -3,6 +3,8 @@ import { useState, useEffect, useMemo } from "react"; import { useDropzone } from "react-dropzone"; // import { PromptImage } from "../../../types"; import { toast } from "react-hot-toast"; +import { URLS } from "../urls"; +import { Badge } from "./ui/badge"; const baseStyle = { flex: 1, @@ -157,10 +159,16 @@ function ImageUpload({ setReferenceImages }: Props) {
Drag & drop a screenshot here,
- or paste from clipboard,
or click to upload