1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

Fix unexpected import

This commit is contained in:
Vladimir Volek 2019-02-07 17:57:07 +01:00
parent 3521652f96
commit ca3c4d25a0
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import '@babel/polyfill';
import { initSeedAllDevice } from 'trezor-bridge-communicator'; import { initSeedAllDevice } from 'trezor-bridge-communicator';
(async () => { (async () => {

View File

@ -1,3 +1,4 @@
import '@babel/polyfill';
import './commands'; import './commands';
beforeEach(() => { beforeEach(() => {