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 { motion, AnimatePresence } from 'framer-motion';
import { motion } from 'framer-motion';
import {
Upload,
Search,
@@ -15,7 +15,6 @@ import {
Clock,
AlertCircle,
MoreVertical,
FileImage,
ChevronLeft,
ChevronRight
} from 'lucide-react';