feat(CC-091): add Expenses, Budget, Cashflow, ContentCalendar, Projects to navigation
This commit is contained in:
parent
475053cc6a
commit
fa588afbe4
1 changed files with 5 additions and 0 deletions
|
|
@ -388,6 +388,11 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Pitch Builder', `${B}/pitch`),
|
||||
ready('Retrospective', `${B}/retrospective`),
|
||||
ready('Skills Inventory', `${B}/skills`),
|
||||
ready('Cheltuieli', `${B}/finance/expenses`),
|
||||
ready('Budget Planner', `${B}/finance/budget`),
|
||||
ready('Cashflow', `${B}/finance/cashflow`),
|
||||
ready('Content Calendar', `${B}/content-calendar`),
|
||||
ready('Project Tracker', `${B}/projects`),
|
||||
];
|
||||
|
||||
const ITEMS_BY_ROUTE = new Map<string, { section: NavSection; item: NavItem }>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue