Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
fix: export PolyResponse from the correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
monitz87 committed Sep 6, 2019
1 parent 62419af commit 75c967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { PolyResponse } from "./polyResponse";
export { PolyResponse } from "./PolyResponse";
export * from "@0x/base-contract";
export * from "@0x/utils";
export * from "@0x/web3-wrapper";
Expand Down

0 comments on commit 75c967d

Please sign in to comment.