Merge branch 'worktree-agent-a2939317'

This commit is contained in:
2026-04-09 14:44:51 +02:00
14 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { createTRPCRouter } from "../trpc.js";
import { allocationRouter } from "./allocation.js";
import { allocationRouter } from "./allocation/index.js";
import { assistantRouter } from "./assistant.js";
import { auditLogRouter } from "./audit-log.js";
import { calculationRuleRouter } from "./calculation-rules.js";