fix: resolve missing CheckSquare icon import

This commit is contained in:
2026-02-22 21:54:48 +01:00
parent 54d551fa8b
commit 1857506fec

View File

@@ -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';