mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update storage-context.js
This commit is contained in:
parent
450b01f0f3
commit
73dd923928
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* eslint-disable react/prop-types */
|
||||
import { useAsyncStorage } from '@react-native-community/async-storage';
|
||||
import { useAsyncStorage } from '@react-native-async-storage/async-storage';
|
||||
import React, { createContext, useEffect, useState } from 'react';
|
||||
import { AppStorage } from '../class';
|
||||
const BlueApp = require('../BlueApp');
|
||||
|
|
Loading…
Add table
Reference in a new issue