Skip to content

Commit 11c8452

Browse files
committed
chore: prettier
1 parent 7d128b6 commit 11c8452

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/entities/fragment.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ import type {
1010
DimensionedDesignPropertyValue,
1111
FragmentNode,
1212
} from './component-type'
13-
import type { ExperienceContentBindings, ExperienceDimensionKeyMap, InlineFragmentNode } from './experience'
13+
import type {
14+
ExperienceContentBindings,
15+
ExperienceDimensionKeyMap,
16+
InlineFragmentNode,
17+
} from './experience'
1418

1519
export type FragmentSys = {
1620
id: string

0 commit comments

Comments
 (0)