fix: importar ícone Brain para MiroFlow card
Erro: ReferenceError: Brain is not defined Solução: Adicionar Brain aos imports de lucide-react Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
23bc6fb95a
commit
10ffd3338a
|
|
@ -16,7 +16,7 @@ import {
|
||||||
Plus, Settings, Play, Zap, Layers, Puzzle, Palette,
|
Plus, Settings, Play, Zap, Layers, Puzzle, Palette,
|
||||||
Terminal, Box, Workflow, PanelLeft, Table2, FormInput,
|
Terminal, Box, Workflow, PanelLeft, Table2, FormInput,
|
||||||
ListChecks, PieChart, LineChart, Gauge, Bot, Code, Trash2, Save,
|
ListChecks, PieChart, LineChart, Gauge, Bot, Code, Trash2, Save,
|
||||||
Sparkles, Rocket, PenTool
|
Sparkles, Rocket, PenTool, Brain
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import { useLocation } from "wouter";
|
import { useLocation } from "wouter";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue