Skip to content

Commit

Permalink
feat: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlighteth committed Dec 12, 2024
1 parent 0d92de2 commit cc705f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { useOrdersTableTokenApprove } from './hooks/useOrdersTableTokenApprove'
import { useValidatePageUrlParams } from './hooks/useValidatePageUrlParams'

import { BalancesAndAllowances } from '../../../tokens'
import { OPEN_TAB, ORDERS_TABLE_TABS, ALL_ORDERS_TAB, ORDERS_TABLE_PAGE_SIZE } from '../../const/tabs'
import { OPEN_TAB, ORDERS_TABLE_TABS, ALL_ORDERS_TAB } from '../../const/tabs'
import { OrdersTableContainer } from '../../pure/OrdersTableContainer'
import { ColumnLayout, LAYOUT_MAP } from '../../pure/OrdersTableContainer/tableHeaders'
import { OrderActions } from '../../pure/OrdersTableContainer/types'
Expand Down

0 comments on commit cc705f3

Please sign in to comment.