utils: remove unused import of zod

This commit is contained in:
Alex Gleason
2024-05-01 19:19:52 -05:00
parent 439dfca311
commit 76f30f5cc7

View File

@@ -1,6 +1,5 @@
import { NostrEvent } from '@nostrify/nostrify';
import { EventTemplate, getEventHash, nip19 } from 'nostr-tools';
import { z } from 'zod';
import { nostrIdSchema } from '@/schemas/nostr.ts';