Update: GTM Architect v2.6.2 (Edit Specs, Report Fix) & Company Explorer v0.4 (Export, Timestamps)
This commit is contained in:
16
gtm-architect/App.tsx.backup
Normal file
16
gtm-architect/App.tsx.backup
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
import React, { useState, useEffect, useRef } from 'react';
|
||||
import { Layout } from './components/Layout';
|
||||
import { Phase, AppState, Phase1Data, Phase2Data, Phase3Data, Phase4Data, Phase6Data, Phase7Data, Phase8Data, Phase9Data, Language, Theme, ProjectHistoryItem } from './types';
|
||||
import * as Gemini from './geminiService';
|
||||
import ReactMarkdown from 'react-markdown';
|
||||
import remarkGfm from 'remark-gfm';
|
||||
import { AlertTriangle, ArrowRight, ArrowLeft, Check, Database, Globe, Search, ShieldAlert, Cpu, Building2, UserCircle, Briefcase, Zap, Terminal, Target, Crosshair, Loader2, Plus, X, Download, ShieldCheck, Image as ImageIcon, Copy, Sparkles, Upload, CheckCircle, PenTool, Eraser, Undo, Save, RefreshCw, Pencil, Trash2, LayoutTemplate, TrendingUp, Shield, Languages, Clock, History, FileText } from 'lucide-react';
|
||||
import SessionBrowser from './components/SessionBrowser';
|
||||
import './components/SessionBrowser.css';
|
||||
|
||||
const TRANSLATIONS = {
|
||||
// ... (TRANSLATIONS content would be here, but using placeholder to save context space if writing full file is needed,
|
||||
// but since we are modifying via replace, I'll stick to replace strategy but with more precise context)
|
||||
};
|
||||
// ...
|
||||
Reference in New Issue
Block a user