Remove unused imports to satisfy ESLint max-warnings threshold

This commit is contained in:
Jordan Ramos
2026-05-14 10:00:00 -06:00
parent 04360cc4bc
commit 0ca2fe99e9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState, useRef } from 'react';
import { X, Upload, FileSpreadsheet, Loader, CheckCircle, AlertCircle, Trash2, ChevronDown, ChevronRight } from 'lucide-react';
import { X, Upload, FileSpreadsheet, Loader, CheckCircle, AlertCircle, Trash2 } from 'lucide-react';
const API_BASE = process.env.REACT_APP_API_BASE || 'http://localhost:3001/api';
const PURPLE = '#A78BFA';