From 10ffd3338a6786b2207cfdabd0825f257fdad1d9 Mon Sep 17 00:00:00 2001 From: Jonas Pacheco Date: Mon, 30 Mar 2026 10:35:59 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20importar=20=C3=ADcone=20Brain=20para=20M?= =?UTF-8?q?iroFlow=20card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Erro: ReferenceError: Brain is not defined Solução: Adicionar Brain aos imports de lucide-react Co-Authored-By: Claude Haiku 4.5 --- client/src/pages/DevelopmentModule.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/DevelopmentModule.tsx b/client/src/pages/DevelopmentModule.tsx index 04c5576..4a282be 100644 --- a/client/src/pages/DevelopmentModule.tsx +++ b/client/src/pages/DevelopmentModule.tsx @@ -16,7 +16,7 @@ import { Plus, Settings, Play, Zap, Layers, Puzzle, Palette, Terminal, Box, Workflow, PanelLeft, Table2, FormInput, ListChecks, PieChart, LineChart, Gauge, Bot, Code, Trash2, Save, - Sparkles, Rocket, PenTool + Sparkles, Rocket, PenTool, Brain } from "lucide-react"; import { useLocation } from "wouter";