mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-18 21:54:23 +01:00
contact search and new amount editor
This commit is contained in:
committed by
Tony Giorgio
parent
077ccb2a63
commit
bc2fbf9b2f
@@ -36,14 +36,14 @@ import {
|
||||
|
||||
const MegaStoreContext = createContext<MegaStore>();
|
||||
|
||||
export type LoadStage =
|
||||
type LoadStage =
|
||||
| "fresh"
|
||||
| "checking_double_init"
|
||||
| "downloading"
|
||||
| "setup"
|
||||
| "done";
|
||||
|
||||
export type MegaStore = [
|
||||
type MegaStore = [
|
||||
{
|
||||
mutiny_wallet?: MutinyWallet;
|
||||
deleting: boolean;
|
||||
|
||||
Reference in New Issue
Block a user