diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 0bca39f..8db44e0 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,5 +1,11 @@ import { QueryClient, QueryClientProvider } from '@tanstack/react-query' import { BrowserRouter, Route, Routes } from 'react-router-dom' +import { Layout } from './components/Layout' +import { Dashboard } from './pages/Dashboard' +import { GenerateCalendar } from './pages/GenerateCalendar' +import { GenerateSingle } from './pages/GenerateSingle' +import { OutputReview } from './pages/OutputReview' +import { Settings } from './pages/Settings' const queryClient = new QueryClient({ defaultOptions: { @@ -10,25 +16,20 @@ const queryClient = new QueryClient({ }, }) -function HomePage() { - return ( -
Setup completo — pronto per la business logic.
-+ Genera un calendario editoriale di 13 caroselli Instagram strategici, pronti per Canva. +
+API key Claude non configurata
++ Devi configurare la tua API key Anthropic prima di poter generare contenuti.{' '} + + Vai alle Impostazioni + +
++ API key configurata — modello: {status?.llm_model} +
+Genera Calendario
+13 post in un click
+Genera Singolo Post
+Test e rigenerazione
+Impostazioni
+API key, modello, nicchie
+{step.desc}
++ Configura API key, modello LLM e parametri di generazione. +
+