1 files changed, 1 insertions, 2 deletions
diff --git a/src/gateway/Server.ts b/src/gateway/Server.ts
index 3c734cd07..55477601e 100644
--- a/src/gateway/Server.ts
+++ b/src/gateway/Server.ts
@@ -23,14 +23,13 @@ import {
closeDatabase,
Config,
initDatabase,
- initEvent,
+ initEvent, PluginConfig,
Sentry,
} from "@spacebar/util";
import ws from "ws";
import { Connection } from "./events/Connection";
import http from "http";
import { cleanupOnStartup } from "./util";
-import { PluginConfig } from "util/plugin/PluginConfig";
export class Server {
public ws: ws.Server;
|