Skip to content

Commit c92d114

Browse files
committed
Fix
1 parent 2c4e93b commit c92d114

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/hardware/portal/hww.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { multiply, NFC, Poll, Network, GetStatus, Bitcoin as BitcoinType, Signet as SignetType } from 'libportal-react-native';
1+
import { multiply, NFC, Poll, Network, Bitcoin as BitcoinType, Signet as SignetType } from 'libportal-react-native';
2+
import { GetStatus } from './types'; // Assuming GetStatus is defined in a separate 'types' file
23

34
export class Hww {
45
static multiply(a: number, b: number): Promise<number> {

0 commit comments

Comments
 (0)