Files
cameleer-saas/ui/src/pages/tenant/TeamPage.tsx
hsiegeln bf3aa57274 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>
2026-04-09 22:29:59 +02:00

2 lines
66 B
TypeScript

export function TeamPage() { return <div>TeamPage (TODO)</div>; }