feat: settings screens

This commit is contained in:
2024-04-02 13:19:26 +07:00
parent 09aa2ecafc
commit 89bb8d88f6
20 changed files with 419 additions and 74 deletions

View File

@@ -56,6 +56,7 @@ export interface Contact {
export interface Account {
npub: string;
nsec?: string;
contacts?: string[];
interests?: Interests;
}