mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
import '@babel/polyfill';
|
|
import { initSeedAllDevice } from 'trezor-bridge-communicator';
|
|
|
|
(async () => {
|
|
await initSeedAllDevice();
|
|
})(); |