Skip to content

Commit

Permalink
fix(): Fixed dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed Jun 8, 2024
1 parent 1b2ae92 commit c4377a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/request/futures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ==========================================================================================================================
*/

import { FuturesOrder, FuturesPriceTriggeredOrder } from 'types/shared';
import { FuturesOrder, FuturesPriceTriggeredOrder } from '../shared';

export interface GetFuturesOrderBookReq {
settle: 'btc' | 'usdt' | 'usd';
Expand Down

0 comments on commit c4377a4

Please sign in to comment.