Skip to content

Commit

Permalink
Move utility to end of import list
Browse files Browse the repository at this point in the history
  • Loading branch information
ECWireless committed Jun 22, 2020
1 parent 758cd8a commit cbf077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/token-manager/app/src/screens/Holders.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PropTypes from 'prop-types'
import BN from 'bn.js'
import { useConnectedAccount } from '@aragon/api-react'
import {
addressesEqual,
ContextMenu,
ContextMenuItem,
DataView,
Expand All @@ -13,6 +12,7 @@ import {
IconLabel,
IconRemove,
Split,
addressesEqual,
formatTokenAmount,
textStyle,
useLayout,
Expand Down

0 comments on commit cbf077b

Please sign in to comment.