bug fixes

This commit is contained in:
Blake Kaufman
2025-01-24 20:36:55 -05:00
parent 7f8c05b7d3
commit 5faef33570
5 changed files with 35 additions and 110 deletions
-2
View File
@@ -1,4 +1,3 @@
import connectToNode from './connectToNode';
import {getLocalStorageItem, setLocalStorageItem} from './localStorage';
// import RotatingAnimation from './rotatingAnimation';
import {retrieveData, terminateAccount, storeData} from './secureStore';
@@ -17,7 +16,6 @@ import numberConverter from './numberConverter';
import createAccountMnemonic from './seed';
export {
connectToNode,
retrieveData,
terminateAccount,
storeData,