mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 02:38:18 +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';
|
||||
|
||||
(async () => {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import '@babel/polyfill';
|
||||
import './commands';
|
||||
|
||||
beforeEach(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user