bug fix app.tsx

This commit is contained in:
LC mac
2026-01-29 23:18:29 +08:00
parent 8e656749fe
commit 6bbfe665cd
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { Shield, WifiOff } from 'lucide-react';
import { WifiOff } from 'lucide-react';
type ReadOnlyProps = {
isReadOnly: boolean;