From 94303f7e89b68ed08efc50030134827e6b540151 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Tue, 19 May 2026 13:23:20 +0000 Subject: [PATCH] fix(core-consent): remove unused ConsentRouter import from router test Co-Authored-By: Claude Sonnet 4.6 --- packages/core-consent/src/consent.router.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-consent/src/consent.router.test.ts b/packages/core-consent/src/consent.router.test.ts index 297d37c..080c0fe 100644 --- a/packages/core-consent/src/consent.router.test.ts +++ b/packages/core-consent/src/consent.router.test.ts @@ -2,7 +2,7 @@ import { describe, it, expect, beforeEach } from "vitest"; import { TRPCError } from "@trpc/server"; import { RecordingConsent } from "@repo/core-testing/instrumentation"; import { consentRouter } from "@/consent.router"; -import type { ConsentRouterContext, ConsentRouter } from "@/consent.router"; +import type { ConsentRouterContext } from "@/consent.router"; import type { IConsent } from "@/consent.interface"; function makeContext(