diff --git a/src/api/apiPaths.ts b/src/api/apiPaths.ts index 49f15fbcf..ba4547ed9 100644 --- a/src/api/apiPaths.ts +++ b/src/api/apiPaths.ts @@ -1,5 +1,5 @@ -import { Chain, OrderSide } from "../types"; import { OrderProtocol } from "../orders/types"; +import { Chain, OrderSide } from "../types"; export const getOrdersAPIPath = ( chain: Chain,