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:
parent
3521652f96
commit
ca3c4d25a0
@ -1,4 +1,3 @@
|
|||||||
import '@babel/polyfill';
|
|
||||||
import { initSeedAllDevice } from 'trezor-bridge-communicator';
|
import { initSeedAllDevice } from 'trezor-bridge-communicator';
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import '@babel/polyfill';
|
||||||
import './commands';
|
import './commands';
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user