feat: Money Raise Hub, Trade Intelligence, AI Analyzer, Prompt Chains nav entries
This commit is contained in:
parent
110322fdc5
commit
e9ef81d272
1 changed files with 4 additions and 0 deletions
|
|
@ -399,6 +399,10 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Personal KPI', `${B}/kpi`),
|
||||
ready('Intelligence Hub', `${B}/intelligence`),
|
||||
ready('Automation Hub', `${B}/automation`),
|
||||
ready('Money Raise Hub', `${B}/money-raise`),
|
||||
ready('Trade Intelligence', `${B}/trade-intelligence`),
|
||||
ready('AI Analyzer', `${B}/ai-analyzer`),
|
||||
ready('Prompt Chains', `${B}/prompt-chains`),
|
||||
];
|
||||
|
||||
const ITEMS_BY_ROUTE = new Map<string, { section: NavSection; item: NavItem }>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue