diff --git a/ui/app/api/env/route.ts b/ui/app/api/env/route.ts index 5e4ea5a..2e725a5 100644 --- a/ui/app/api/env/route.ts +++ b/ui/app/api/env/route.ts @@ -1,4 +1,3 @@ -import { Response } from 'next/server'; import process from 'process'; async function requestHandler(_request: Request): Response {