fix: resolve circular sibling imports causing runtime ReferenceError (#22752)

This commit is contained in:
Kit Langton
2026-04-15 23:41:34 -04:00
committed by GitHub
parent 073d4c02f6
commit 28fca2ce79
23 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { BusEvent } from "@/bus/bus-event"
import { Bus } from "@/bus"
import { Session } from "."
import * as Session from "./session"
import { SessionID, MessageID, PartID } from "./schema"
import { Provider } from "../provider"
import { MessageV2 } from "./message-v2"