From 693b200562f5462116ac47587322d3269a9e68f8 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 29 Apr 2023 16:39:11 -0500 Subject: [PATCH] Fix import --- src/gossip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gossip.ts b/src/gossip.ts index 4a951e6..b5d8bbb 100644 --- a/src/gossip.ts +++ b/src/gossip.ts @@ -1,4 +1,4 @@ -import { type Event } from '@/nostr/event.ts'; +import { type Event } from '@/event.ts'; import { parseRelay } from './schema.ts';