From c178ee0ea71b7affedf62a0327a9abb35c9ab737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Thu, 5 Sep 2024 00:36:21 +0200 Subject: [PATCH] Fix --- src/Layers/express/tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Layers/express/tests.ts b/src/Layers/express/tests.ts index 01900f7..11fd4f1 100644 --- a/src/Layers/express/tests.ts +++ b/src/Layers/express/tests.ts @@ -1,4 +1,4 @@ -import { Config, Effect, Layer } from "effect" +import { Effect, Layer } from "effect" import { ExpressAppLive } from "./ExpressApp" import { ExpressNodeHTTPServerLive } from "./ExpressNodeHTTPServer"