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"