chore: remove VERSION file and clean up unused imports across multiple files

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-06-03 01:33:21 -07:00
parent c70ce0b711
commit deea3fa544
18 changed files with 7 additions and 43 deletions

View file

@ -4,7 +4,7 @@ import { useState, useCallback, useRef } from "react"
import { useDropzone } from "react-dropzone"
import { Button } from "@/components/ui/button"
import { toast } from "sonner"
import { X, Upload, FileIcon, Tag, AlertCircle, CheckCircle2, Calendar, FileType } from "lucide-react"
import { X, Upload, Tag, CheckCircle2, Calendar, FileType } from "lucide-react"
import { useRouter, useParams } from "next/navigation"
import { motion, AnimatePresence } from "framer-motion"