Skip to content

Commit b7774b4

Browse files
author
anshul
committed
Fix issue with type
1 parent e30034c commit b7774b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { NativeModules, Platform } from 'react-native';
2-
import { RootCheckResult } from './ValueTypes';
2+
import type { RootCheckResult } from './ValueTypes';
33

44
const LINKING_ERROR =
55
`The package 'react-native-detect-frida' doesn't seem to be linked. Make sure: \n\n` +

0 commit comments

Comments
 (0)