🚀 Fix verbatimModuleSyntax type import error

This commit is contained in:
Hamza-Ayed
2026-04-22 01:31:42 +03:00
parent 401efaecb2
commit 4cfa65364e

View File

@@ -1,4 +1,4 @@
import { useState, DragEvent } from 'react';
import { useState, type DragEvent } from 'react';
import { UploadCloud, FileType, CheckCircle2, ArrowRight } from 'lucide-react';
import { motion } from 'framer-motion';