diff options
Diffstat (limited to 'app/utils/storage/storage.ts')
-rw-r--r-- | app/utils/storage/storage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils/storage/storage.ts b/app/utils/storage/storage.ts index 05c098a..659e738 100644 --- a/app/utils/storage/storage.ts +++ b/app/utils/storage/storage.ts @@ -1,4 +1,4 @@ -import AsyncStorage from "@react-native-async-storage/async-storage" +import AsyncStorage from '@react-native-async-storage/async-storage' /** * Loads a string from storage. |