From 55d6f201a9816c0747a36bcaaee9a5b74481531c Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 17 Apr 2026 00:22:42 +0300 Subject: [PATCH] Fix frontend and start containers --- frontend/src/pages/invoices/InvoicesPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/pages/invoices/InvoicesPage.tsx b/frontend/src/pages/invoices/InvoicesPage.tsx index af69d63..e248938 100644 --- a/frontend/src/pages/invoices/InvoicesPage.tsx +++ b/frontend/src/pages/invoices/InvoicesPage.tsx @@ -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';