mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-12 03:18:56 +00:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
import '@babel/polyfill';
|
|
import { initSeedAllDevice } from 'trezor-bridge-communicator';
|
|
|
|
(async () => {
|
|
await initSeedAllDevice();
|
|
})();
|