We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87b197 commit ad73e37Copy full SHA for ad73e37
src/lib/models/comments/comment.ts
@@ -1,5 +1,6 @@
1
import { assertNever, removeIf } from "../../utils";
2
-import { Reflection, ReflectionSymbolId } from "../reflections";
+import type { Reflection } from "../reflections";
3
+import { ReflectionSymbolId } from "../reflections/ReflectionSymbolId";
4
5
import type { Serializer, Deserializer, JSONOutput } from "../../serialization";
6
0 commit comments