fix: remove unused import

This commit is contained in:
P. Reis 2025-03-17 22:48:43 -03:00
parent 46ab6005d1
commit 7c1297e865

View file

@ -1,5 +1,4 @@
import ISO6391, { LanguageCode } from 'iso-639-1';
import { NSchema as n } from '@nostrify/nostrify';
import { z } from 'zod';
/** Validates individual items in an array, dropping any that aren't valid. */