refactor: use @lumeweb/interface-relay

This commit is contained in:
Derrick Hammer 2023-04-23 18:02:06 -04:00
parent b141b03342
commit b231637c1a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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";