This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useState, useEffect, useRef } from 'react'; | |
| import netlifyIdentity from 'netlify-identity-widget'; | |
| import { Camera, Sparkles, TrendingUp, MessageSquare, Book, Settings, Copy, Download, Upload, Search, Star, Award, Target, Zap, Menu, X, Home, FileText, BarChart3, MessageCircle, BookOpen, Type, Maximize2 } from 'lucide-react'; | |
| // Configuração da API Groq | |
| const GROQ_API_KEY = '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'; // ← SUBSTITUA PELA SUA KEY DO GROQ | |
| const ZMapsApp = () => { | |
| // ===== ESTADOS ===== | |
| const [activeTab, setActiveTab] = useState('posts'); |