*Remove unneeded import
This commit is contained in:
parent
5dee9aeed4
commit
f8a698c656
|
@ -1,5 +1,4 @@
|
||||||
import { Plugin, PluginAPI } from "@lumeweb/relay-types";
|
import { Plugin, PluginAPI } from "@lumeweb/relay-types";
|
||||||
import { getRpcServer } from "../rpc/server";
|
|
||||||
|
|
||||||
const plugin: Plugin = {
|
const plugin: Plugin = {
|
||||||
name: "core",
|
name: "core",
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import { Plugin, PluginAPI } from "@lumeweb/relay-types";
|
import { Plugin, PluginAPI } from "@lumeweb/relay-types";
|
||||||
import { getRpcServer } from "../rpc/server";
|
|
||||||
import b4a from "b4a";
|
import b4a from "b4a";
|
||||||
|
|
||||||
const plugin: Plugin = {
|
const plugin: Plugin = {
|
||||||
|
|
Loading…
Reference in New Issue