Browse Source

Remove unused import

master
buttercat1791 10 months ago
parent
commit
f438e68726
  1. 1
      src/lib/data_structures/publication_tree.ts

1
src/lib/data_structures/publication_tree.ts

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
import type NDK from '@nostr-dev-kit/ndk';
import type { NDKEvent } from '@nostr-dev-kit/ndk';
import { Lazy } from './lazy.ts';
import { SvelteSet } from "svelte/reactivity";
enum PublicationTreeNodeType {
Branch,

Loading…
Cancel
Save