Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1NotMe committed Jul 20, 2023
1 parent 4cee2be commit 6b2cd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ChainData, Token } from "@0xsquid/squid-types";
import { AxiosRequestHeaders } from "axios";
import { ErrorType, SquidError } from "error";
import { ErrorType, SquidError } from "../error";
import { Config } from "types";

export const getTokenData = (
Expand Down

0 comments on commit 6b2cd03

Please sign in to comment.