Skip to content

Commit

Permalink
Remove unused import to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPetricola authored and astahmer committed Nov 22, 2023
1 parent bb937d4 commit cc5e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typed-openapi/src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { capitalize, groupBy } from "pastable/server";
import { Box } from "./box";
import { prettify } from "./format";
import { mapOpenApiEndpoints } from "./map-openapi-endpoints";
import { AnyBox, AnyBoxDef, BoxRef } from "./types";
import { AnyBox, AnyBoxDef } from "./types";
import * as Codegen from "@sinclair/typebox-codegen";
import { match } from "ts-pattern";
import { type } from "arktype";
Expand Down

0 comments on commit cc5e5bc

Please sign in to comment.