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
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

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';