From 0b3c0612136af81d066252e6c607672a78e58bc1 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 28 Aug 2022 15:17:11 -0400 Subject: [PATCH] *We only need the type for RPCResponse --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 2e2d484..3d64327 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,4 @@ -import type { Plugin, PluginAPI } from "@lumeweb/relay"; -import { RPCResponse } from "@lumeweb/relay"; +import type { Plugin, PluginAPI, RPCResponse } from "@lumeweb/relay"; const plugin: Plugin = { name: "core",