Fix import

This commit is contained in:
Alex Gleason 2023-04-29 16:39:11 -05:00
parent 07e072bc48
commit 693b200562
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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