fix relay.ts imports after 7f11c0c618.

This commit is contained in:
fiatjaf
2023-12-22 06:58:01 -03:00
parent 7adbd30799
commit 5d795c291f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import { afterEach, expect, test } from 'bun:test'
import { finalizeEvent, generateSecretKey, getPublicKey } from './pure.ts'
import Relay from './relay-pure.ts'
import { Relay } from './relay.ts'
let relay = new Relay('wss://public.relaying.io')