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,5 +1,5 @@
import React, { useState } from 'react';
import { Search, Code, Link2, FileText, Hash, RefreshCw, GitCompare, Database, Type, Edit3 } from 'lucide-react';
import { Search, Code, Link2, FileText, Hash, RefreshCw, GitCompare, Type, Edit3 } from 'lucide-react';
import ToolCard from '../components/ToolCard';
const Home = () => {