Skip to content

Commit f6f2d29

Browse files
committed
Fix
1 parent 05f1640 commit f6f2d29

File tree

1 file changed

+2
-3
lines changed
  • src/app/hardware/portal

1 file changed

+2
-3
lines changed

src/app/hardware/portal/tx.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { multiply, NFC, Network, Bitcoin as BitcoinType, GetStatus as GetStatusType } from 'libportal-react-native';
2-
import { GetStatus as GetStatusType, Poll } from '../types'; // Assuming GetStatus is a type or object from the 'types' module
3-
export class Hww {
1+
import { NFC, GetStatus as GetStatusType } from 'libportal-react-native';
2+
import { Bitcoin as BitcoinType } from 'libportal-react-native/bitcoin';import { multiply } from '../utils/math';export class Hww {
43
static multiply(a: number, b: number): Promise<number> {
54
return multiply(a, b);
65
}

0 commit comments

Comments
 (0)