Fix frontend and start containers

This commit is contained in:
Hamza-Ayed
2026-04-17 00:22:42 +03:00
parent 6fb67282ba
commit 55d6f201a9

View File

@@ -5,7 +5,7 @@
*/ */
import { useState } from 'react'; import { useState } from 'react';
import { motion, AnimatePresence } from 'framer-motion'; import { motion } from 'framer-motion';
import { import {
Upload, Upload,
Search, Search,
@@ -15,7 +15,6 @@ import {
Clock, Clock,
AlertCircle, AlertCircle,
MoreVertical, MoreVertical,
FileImage,
ChevronLeft, ChevronLeft,
ChevronRight ChevronRight
} from 'lucide-react'; } from 'lucide-react';