Skip to content

Commit ad73e37

Browse files
committed
Fix circular dependency
1 parent a87b197 commit ad73e37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/models/comments/comment.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { assertNever, removeIf } from "../../utils";
2-
import { Reflection, ReflectionSymbolId } from "../reflections";
2+
import type { Reflection } from "../reflections";
3+
import { ReflectionSymbolId } from "../reflections/ReflectionSymbolId";
34

45
import type { Serializer, Deserializer, JSONOutput } from "../../serialization";
56

0 commit comments

Comments
 (0)