Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lowkeynicc committed Nov 6, 2024
1 parent e375150 commit 4414093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-ts/src/common-ui-utils/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
} from '@drift-labs/sdk';
import { OpenPosition, UIMarket } from '../types';
import { TRADING_COMMON_UTILS } from './trading';
import { ENUM_UTILS } from '@drift/common';
import { ENUM_UTILS } from '..';

const getOpenPositionData = (
driftClient: DriftClient,
Expand Down

0 comments on commit 4414093

Please sign in to comment.