From adf233c2e672f4457481d0a12e16f5cc85909683 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 17 Aug 2021 19:33:32 +0200 Subject: [PATCH] :bug: fix import --- bundle/src/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/src/Server.ts b/bundle/src/Server.ts index faf8a324..c6acf0ad 100644 --- a/bundle/src/Server.ts +++ b/bundle/src/Server.ts @@ -6,7 +6,7 @@ import { FosscordServer as APIServer } from "@fosscord/api"; import { Server as GatewayServer } from "@fosscord/gateway"; import { CDNServer } from "@fosscord/cdn/"; import express from "express"; -import { Config } from "../../util/dist"; +import { Config } from "@fosscord/util"; const app = express(); const server = http.createServer();