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