Skip to content

Commit fc4f363

Browse files
committed
Fix DeviceBean typing
1 parent 8f9f8bc commit fc4f363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/activator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DeviceBean } from 'device';
1+
import { DeviceBean } from './device';
22
import { NativeModules, Platform } from 'react-native';
33
import { DeviceDetailResponse } from './home';
44

0 commit comments

Comments
 (0)