make screen where user can create a group onboarding meeting

This commit is contained in:
2025-02-02 17:06:51 -07:00
parent ea80658e04
commit 5943df756a
12 changed files with 851 additions and 71 deletions

View File

@@ -204,7 +204,11 @@ import { AxiosError, AxiosRequestHeaders } from "axios";
import { DateTime } from "luxon";
import { hexToBytes } from "@noble/hashes/utils";
// these core imports could also be included as "import type ..."
import { EventTemplate, UnsignedEvent, VerifiedEvent } from "nostr-tools/core";
import {
EventTemplate,
UnsignedEvent,
VerifiedEvent,
} from "nostr-tools/lib/types/core";
import {
accountFromExtendedKey,
extendedKeysFromSeedWords,