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:
Jonas Pacheco 2026-03-30 10:35:59 -03:00
parent 23bc6fb95a
commit 10ffd3338a
1 changed files with 1 additions and 1 deletions

View File

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