From a7250ed22c2620005ef238ab8d615a7283241c60 Mon Sep 17 00:00:00 2001 From: mpppk Date: Tue, 1 Apr 2025 13:22:32 +0900 Subject: [PATCH] Fix index.t-test.ts --- pkgs/typed-api-spec/src/fetch/index.t-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/typed-api-spec/src/fetch/index.t-test.ts b/pkgs/typed-api-spec/src/fetch/index.t-test.ts index 0af394f..3161b24 100644 --- a/pkgs/typed-api-spec/src/fetch/index.t-test.ts +++ b/pkgs/typed-api-spec/src/fetch/index.t-test.ts @@ -1,4 +1,5 @@ import { + ApiEndpointsSchema, AsJsonApi, DefineApiEndpoints, ExcessiveQueryError, @@ -9,7 +10,6 @@ import FetchT, { ValidateUrl } from "./index"; import JSONT, { JsonStringifyResult } from "../json"; import { Equal, Expect } from "../core/type-test"; import { C } from "../compile-error-utils"; -import { ApiEndpointsSchema } from "../../dist"; import z from "zod"; const JSONT = JSON as JSONT;