mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-14 13:49:18 +02:00
Both web and desktop had independent guard + WorkspaceIdProvider logic. Extract into a single DashboardGuard component so future changes only need one update. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
209 B
TypeScript
5 lines
209 B
TypeScript
export { AppSidebar } from "./app-sidebar";
|
|
export { DashboardGuard } from "./dashboard-guard";
|
|
export { DashboardLayout } from "./dashboard-layout";
|
|
export { useDashboardGuard } from "./use-dashboard-guard";
|