fix: merge resolve

This commit is contained in:
farbanas
2023-05-02 15:34:15 +02:00
parent a9d86508b5
commit f8d68d8ef0
-3
View File
@@ -64,10 +64,7 @@ export type TAppContext = {
handleShowTerminal: () => void;
signInWithPassword: (password: string) => void;
logOut: () => void;
<<<<<<< HEAD
=======
keepState: () => Promise<void>;
>>>>>>> master
printBalance: string;
printVestedBalance?: string; // spendable vested token
};