Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Jul 9, 2024
1 parent 43f37a7 commit e44f859
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import NoCompleteOrders from './NoCompleteOrders';
import NoOpenOrders from './NoOpenOrders';
import { useRichOrders } from './hooks';
import { createFormattedTokenValues } from './util';
import type { FormattedTokenValue } from './util';

type ColumnContext = {|
completedOrders: boolean,
Expand Down

0 comments on commit e44f859

Please sign in to comment.