fix(core-consent): remove unused ConsentRouter import from router test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user