mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
icon-factory.js lint fix
This commit is contained in:
parent
1bf11afd55
commit
1170a250fa
@ -1,5 +1,9 @@
|
||||
import contractMap from '@metamask/contract-metadata';
|
||||
import { isValidAddress, checksumAddress, isHex } from '../app/helpers/utils/util';
|
||||
import {
|
||||
isValidAddress,
|
||||
checksumAddress,
|
||||
isHex,
|
||||
} from '../app/helpers/utils/util';
|
||||
|
||||
let iconFactory;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user