diff --git a/src/App.tsx b/src/App.tsx index 11739f3..750a2a5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,7 +6,7 @@ import { } from 'recharts'; import { Activity, Cpu, Server, Database, Play, Square, - AlertTriangle, ArrowLeft, Shield, Save, X, Download + AlertTriangle, ArrowLeft, Shield, Save, X, Download, CheckSquare } from 'lucide-react'; import { clsx } from 'clsx'; import { twMerge } from 'tailwind-merge';