Fix build: remove unused imports, set CI=false for react-scripts build

This commit is contained in:
root
2026-04-28 14:22:19 +00:00
parent e13b18c169
commit 1186f9f807
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import React, { useState, useCallback } from 'react';
import * as XLSX from 'xlsx';
import { Download, Loader, AlertCircle, BarChart2, FileText, Shield, Tag, CheckCircle, X, Database } from 'lucide-react';
import { Download, Loader, AlertCircle, BarChart2, FileText, Shield, Tag, CheckCircle, X } from 'lucide-react';
import { useAuth } from '../../contexts/AuthContext';
import AtlasIcon from '../AtlasIcon';