feat: instrument model

This commit is contained in:
OpenSquared
2026-07-02 20:31:30 +02:00
parent ae5865a156
commit aecbdc9929
7 changed files with 1423 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ import AIDesks from './pages/AIDesks'
import MacroSeriesPage from './pages/MacroSeriesPage'
import EuroSimulator from './pages/EuroSimulator'
import CausalLab from './pages/CausalLab'
import InstrumentModels from './pages/InstrumentModels'
import { useCycleWatcher } from './hooks/useApi'
// ── Keep-alive pages ──────────────────────────────────────────────────────────
@@ -62,6 +63,7 @@ const KEEP_ALIVE_DEFS: { path: string; component: ComponentType }[] = [
{ path: '/calendar', component: CalendarPage },
{ path: '/simulator', component: EuroSimulator },
{ path: '/causal-lab', component: CausalLab },
{ path: '/instrument-models', component: InstrumentModels },
{ path: '/macro-series', component: MacroSeriesPage },
{ path: '/institutional', component: InstitutionalReports },
{ path: '/specialist-desks', component: SpecialistDesks },