mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-05 02:14:35 +00:00
fix(@embark/blockchain_process): use correct import for ProcessWrapper
This commit is contained in:
parent
ed13aecc25
commit
9acf256dc7
@ -1,4 +1,4 @@
|
||||
const ProcessWrapper = require('../../core/processes/processWrapper');
|
||||
import { ProcessWrapper } from 'embark-core';
|
||||
const BlockchainClient = require('./blockchain');
|
||||
const i18n = require('../../core/i18n/i18n.js');
|
||||
const constants = require('embark-core/constants');
|
||||
|
Loading…
x
Reference in New Issue
Block a user