diff --git a/packages/views/layout/app-sidebar.test.tsx b/packages/views/layout/app-sidebar.test.tsx index 9d3da66cce..5fb7d7f95b 100644 --- a/packages/views/layout/app-sidebar.test.tsx +++ b/packages/views/layout/app-sidebar.test.tsx @@ -123,6 +123,7 @@ vi.mock("@multica/core/paths", () => ({ autopilots: () => "/acme/autopilots", agents: () => "/acme/agents", squads: () => "/acme/squads", + teams: () => "/acme/teams", usage: () => "/acme/usage", runtimes: () => "/acme/runtimes", skills: () => "/acme/skills", diff --git a/packages/views/package.json b/packages/views/package.json index 9855631213..792f0abb8b 100644 --- a/packages/views/package.json +++ b/packages/views/package.json @@ -39,6 +39,7 @@ "./workspace/welcome-after-onboarding": "./workspace/welcome-after-onboarding.tsx", "./workspace/use-workspace-seen": "./workspace/use-workspace-seen.ts", "./layout": "./layout/index.ts", + "./teams": "./teams/index.ts", "./auth": "./auth/index.ts", "./search": "./search/index.ts", "./chat": "./chat/index.ts",