Fix import

This commit is contained in:
Alex Gleason
2023-04-29 16:39:11 -05:00
parent 07e072bc48
commit 693b200562

View File

@@ -1,4 +1,4 @@
import { type Event } from '@/nostr/event.ts';
import { type Event } from '@/event.ts';
import { parseRelay } from './schema.ts';