From b231637c1aae8e80ebc7874491cc508e4698b9d0 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 23 Apr 2023 18:02:06 -0400 Subject: [PATCH] refactor: use @lumeweb/interface-relay --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3f5be1b..d4f22bb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -import type { Plugin, PluginAPI } from "@lumeweb/relay-types"; +import type { Plugin, PluginAPI } from "@lumeweb/interface-relay"; import type { Peer } from "@lumeweb/peer-discovery"; import { IrcClient } from "@ctrl/irc"; import b4a from "b4a";