chore: cleanup

This commit is contained in:
2023-12-04 11:23:10 +00:00
parent 711d9d12b2
commit 5197f433b2
6 changed files with 25 additions and 12 deletions

View File

@ -2,7 +2,7 @@ import { bytesToHex } from "@noble/curves/abstract/utils";
import { schnorr } from "@noble/curves/secp256k1";
import { ExternalStore, unwrap } from "@snort/shared";
import { EventPublisher, Nip7Signer, PrivateKeySigner } from "@snort/system";
import type { EmojiPack, Tags } from "types";
import type { EmojiPack, Tags } from "@/types";
export enum LoginType {
Nip7 = "nip7",