Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed May 16, 2024
1 parent eca4b72 commit 58dd280
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/realworld/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as NodeSdk from "@effect/opentelemetry/NodeSdk"
import * as Http from "@effect/platform/HttpServer"
import { OTLPTraceExporter } from "@opentelemetry/exporter-trace-otlp-http"
import { BatchSpanProcessor } from "@opentelemetry/sdk-trace-base"
import type { Fx } from "@typed/core"
import * as Node from "@typed/core/Node"
import { toServerRouter } from "@typed/core/Platform"
import * as Api from "@typed/realworld/api"
Expand Down

0 comments on commit 58dd280

Please sign in to comment.