utils: remove unused import of zod
This commit is contained in:
parent
439dfca311
commit
76f30f5cc7
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue