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
1 changed files with 1 additions and 1 deletions

View File

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