Skip to content

Commit 772fed9

Browse files
committed
fix imports
1 parent 6f2ada7 commit 772fed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {useMMKVStorage as useMMKV} from "./src/hooks/useMMKV"
2-
import { ACCESSIBLE, MODES } from 'react-native-mmkv-storage/src/utils';
2+
import { ACCESSIBLE, MODES } from './src/utils';
33
export const useMMKVStorage = useMMKV;
44

55
const Loader = require('./src/loader').default;

0 commit comments

Comments
 (0)