feat: restructure frontend routes — vendor/tenant persona split
Splits the flat 3-page UI into /vendor/* (platform:admin) and /tenant/* (all authenticated users) route trees, with stub pages, new API hooks, updated Layout with persona-aware sidebar, and SpaController forwarding. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
ui/src/pages/tenant/SettingsPage.tsx
Normal file
1
ui/src/pages/tenant/SettingsPage.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export function SettingsPage() { return <div>SettingsPage (TODO)</div>; }
|
||||
Reference in New Issue
Block a user