Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Apr 30, 2021
1 parent 6f2ada7 commit 772fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {useMMKVStorage as useMMKV} from "./src/hooks/useMMKV"
import { ACCESSIBLE, MODES } from 'react-native-mmkv-storage/src/utils';
import { ACCESSIBLE, MODES } from './src/utils';
export const useMMKVStorage = useMMKV;

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

1 comment on commit 772fed9

@vercel
Copy link

@vercel vercel bot commented on 772fed9 Apr 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.