fix: corrigir erros TypeScript que impediam build de produção
Remover import Zap não utilizado em App.tsx e adicionar import LayoutDashboard em falta no Financial.tsx. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
|||||||
AlertTriangle,
|
AlertTriangle,
|
||||||
AlertCircle,
|
AlertCircle,
|
||||||
Clock,
|
Clock,
|
||||||
Zap,
|
|
||||||
RefreshCw,
|
RefreshCw,
|
||||||
XCircle,
|
XCircle,
|
||||||
FolderKanban,
|
FolderKanban,
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ import {
|
|||||||
DollarSign,
|
DollarSign,
|
||||||
Receipt,
|
Receipt,
|
||||||
PiggyBank,
|
PiggyBank,
|
||||||
|
LayoutDashboard,
|
||||||
} from 'lucide-react'
|
} from 'lucide-react'
|
||||||
|
|
||||||
interface FinancialData {
|
interface FinancialData {
|
||||||
|
|||||||
Reference in New Issue
Block a user