Skip to content

Commit f6deb86

Browse files
authored
Fix index.t-test.ts (#161)
1 parent 69351f2 commit f6deb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/typed-api-spec/src/fetch/index.t-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
ApiEndpointsSchema,
23
AsJsonApi,
34
DefineApiEndpoints,
45
ExcessiveQueryError,
@@ -9,7 +10,6 @@ import FetchT, { ValidateUrl } from "./index";
910
import JSONT, { JsonStringifyResult } from "../json";
1011
import { Equal, Expect } from "../core/type-test";
1112
import { C } from "../compile-error-utils";
12-
import { ApiEndpointsSchema } from "../../dist";
1313
import z from "zod";
1414
const JSONT = JSON as JSONT;
1515

0 commit comments

Comments
 (0)