From a7952515195058b4e7ec29cda1b7f34f0c1fea3b Mon Sep 17 00:00:00 2001 From: Azarattum Date: Mon, 8 Jan 2024 23:08:44 +0700 Subject: [PATCH] Fixed import --- apps/core/network/http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/core/network/http.ts b/apps/core/network/http.ts index c46b8a61..362e2090 100644 --- a/apps/core/network/http.ts +++ b/apps/core/network/http.ts @@ -1,7 +1,7 @@ +import { bright, reset } from "@amadeus-music/util/color"; import { createServer, type Server } from "node:http"; import { init, stop } from "../event/pool"; import { err, info } from "../status/log"; -import { bright, reset } from "../app"; import type { Socket } from "net"; import { async } from "libfun";