We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a42d92 commit 8394320Copy full SHA for 8394320
index.js
@@ -9,5 +9,6 @@ import {coinjoin as Coinjoin } from './src/coinjoin';
9
import {firebolt as Firebolt } from './src/firebolt';
10
import { SilentPaymentGroup } from './src/app/SP/send';
11
import {liquidwallet as LiquidWallet } from './src/app/LW/send';
12
+import {wallet as Wallet } from './src/app/W/send';
13
14
AppRegistry.registerComponent(appName, () => App);
0 commit comments