Fix import order

This commit is contained in:
Leonid Logvinov
2018-06-11 22:30:14 -07:00
parent 605ddacb71
commit fb624fddc4

View File

@@ -1,6 +1,6 @@
import { env, EnvVars } from '@0xproject/dev-utils';
import { GanacheSubprovider, prependSubprovider } from '@0xproject/subproviders';
import { logUtils, errorUtils } from '@0xproject/utils';
import { errorUtils, logUtils } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as fs from 'fs';
import ProviderEngine = require('web3-provider-engine');