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';