diff --git a/lib/nostrEventParsing.ts b/lib/nostrEventParsing.ts index 720aa35..395381d 100644 --- a/lib/nostrEventParsing.ts +++ b/lib/nostrEventParsing.ts @@ -1,5 +1,5 @@ import type { Event } from 'nostr-tools' -import type { Article, KindType, MediaRef, Review, Series } from '@/types/nostr' +import type { Article, KindType, Review, Series } from '@/types/nostr' import { extractTagsFromEvent } from './nostrTagSystem' /**