Skip to content

Commit b14e58a

Browse files
committed
Fix build
1 parent fe4021c commit b14e58a

File tree

1 file changed

+0
-1
lines changed
  • src/Components/Web.JS/src/Rendering/DomMerging

1 file changed

+0
-1
lines changed

src/Components/Web.JS/src/Rendering/DomMerging/DomSync.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { LogicalElement, getLogicalChildrenArray, getLogicalNextSibling, getLogi
88
import { synchronizeAttributes } from './AttributeSync';
99
import { areIncompatibleDataPermanentElements, isDataPermanentElement } from './DataPermanentElementSync';
1010
import { UpdateCost, ItemList, Operation, computeEditScript } from './EditScript';
11-
import { areIncompatibleScriptElements } from './ScriptElementSync';
1211

1312
let descriptorHandler: DescriptorHandler | null = null;
1413

0 commit comments

Comments
 (0)