Browse Source

Remove unused imports

master
buttercat1791 8 months ago
parent
commit
9a95ee4508
  1. 2
      src/lib/components/EventInput.svelte

2
src/lib/components/EventInput.svelte

@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
getTitleTagForEvent,
getDTagForEvent,
requiresDTag,
hasDTag,
validateNotAsciidoc,
validateAsciiDoc,
build30040EventSet,
@ -22,7 +21,6 @@ @@ -22,7 +21,6 @@
import { prefixNostrAddresses } from "$lib/utils/nostrUtils";
import { activeInboxRelays, activeOutboxRelays } from "$lib/ndk";
import { Button } from "flowbite-svelte";
import { nip19 } from "nostr-tools";
import { goto } from "$app/navigation";
let kind = $state<number>(30023);

Loading…
Cancel
Save