constant onClick param in some Notes

This commit is contained in:
Martti Malmi
2024-01-08 16:33:03 +02:00
parent 8a75b5bce8
commit ca2cb76380
9 changed files with 38 additions and 28 deletions

View File

@ -1,6 +1,6 @@
import { base64 } from "@scure/base";
import { removeUndefined, unwrap } from "@snort/shared";
import { EventKind, EventPublisher, CachedMetadata, TaggedNostrEvent } from "@snort/system";
import { CachedMetadata, EventKind, EventPublisher, TaggedNostrEvent } from "@snort/system";
import { UserCache } from "@/Cache";
import SnortApi from "@/External/SnortApi";