feat: unwrap InstanceState + EffectBridge namespaces to flat exports + barrel (#22721)

This commit is contained in:
Kit Langton
2026-04-15 22:45:45 -04:00
committed by GitHub
parent 7a85583582
commit 7159d09978
40 changed files with 152 additions and 154 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { InstanceState } from "@/effect/instance-state"
import { InstanceState } from "@/effect"
import { Runner } from "@/effect/runner"
import { Effect, Layer, Scope, Context } from "effect"
import { Session } from "."