We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4e93b commit c92d114Copy full SHA for c92d114
src/app/hardware/portal/hww.ts
@@ -1,4 +1,5 @@
1
-import { multiply, NFC, Poll, Network, GetStatus, Bitcoin as BitcoinType, Signet as SignetType } from 'libportal-react-native';
+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
3
4
export class Hww {
5
static multiply(a: number, b: number): Promise<number> {
0 commit comments