Skip to content

Commit

Permalink
docs: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyrbe committed Oct 10, 2022
1 parent 847591f commit a5d2052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/client/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
Body,
PathParams,
QueryParams,
} from "../src/index";
} from "@zodios/code";
import z from "zod";

const user = z.object({
Expand Down

0 comments on commit a5d2052

Please sign in to comment.