We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d128b6 commit 11c8452Copy full SHA for 11c8452
1 file changed
lib/entities/fragment.ts
@@ -10,7 +10,11 @@ import type {
10
DimensionedDesignPropertyValue,
11
FragmentNode,
12
} from './component-type'
13
-import type { ExperienceContentBindings, ExperienceDimensionKeyMap, InlineFragmentNode } from './experience'
+import type {
14
+ ExperienceContentBindings,
15
+ ExperienceDimensionKeyMap,
16
+ InlineFragmentNode,
17
+} from './experience'
18
19
export type FragmentSys = {
20
id: string
0 commit comments