Fix ESLint warnings for deployment

This commit is contained in:
dwindown
2025-09-21 13:29:30 +07:00
parent d3ca407777
commit 5ccb1e2421
5 changed files with 8 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import React, { useState, useEffect, useRef } from 'react';
import { Link, useLocation } from 'react-router-dom';
import { Home, Hash, FileText, FileSpreadsheet, Wand2, GitCompare, Menu, X, Database, LinkIcon, Code2, ChevronDown, Type, Edit3 } from 'lucide-react';
import { Home, Hash, FileSpreadsheet, Wand2, GitCompare, Menu, X, LinkIcon, Code2, ChevronDown, Type, Edit3 } from 'lucide-react';
import ThemeToggle from './ThemeToggle';
import ToolSidebar from './ToolSidebar';

View File

@@ -1,7 +1,5 @@
import React, { useMemo, useCallback } from 'react';
import ReactFlow, {
Node,
Edge,
Controls,
MiniMap,
Background,
@@ -20,7 +18,6 @@ import {
Type,
Hash,
ToggleLeft,
Calendar,
FileText,
Zap,
Copy,

View File

@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { Link, useLocation } from 'react-router-dom';
import { Search, FileText, Database, LinkIcon, Hash, FileSpreadsheet, Wand2, GitCompare, Home, ChevronLeft, ChevronRight, Type, Edit3 } from 'lucide-react';
import { Search, LinkIcon, Hash, FileSpreadsheet, Wand2, GitCompare, Home, ChevronLeft, ChevronRight, Type, Edit3 } from 'lucide-react';
const ToolSidebar = () => {
const location = useLocation();