fix(api): fix import paths missed by router reorganisation

- allocation-conflict-procedures: allocation-shared.js → allocation/shared.js
- allocation/index.ts: add missing allocationConflictProcedures spread
- allocation-conflict-check.test.ts: router/allocation.js → allocation/index.js

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-09 14:47:16 +02:00
parent 1a8ed97d5e
commit a01f99561d
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@ import {
import { TRPCError } from "@trpc/server";
import { z } from "zod";
import { managerProcedure } from "../trpc.js";
import { toIsoDate } from "./allocation-shared.js";
import { toIsoDate } from "./allocation/shared.js";
const CheckConflictsInputSchema = z.object({
resourceId: z.string(),