Skip to content

Commit 21e83e9

Browse files
committed
Remove unused import
1 parent 11cd9cb commit 21e83e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/property-effects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { camelToDashCase, dashToCamelCase } from '../utils/case-map.js';
1818
import { PropertyAccessors } from './property-accessors.js';
1919
/* for annotated effects */
2020
import { TemplateStamp } from './template-stamp.js';
21-
import { sanitizeDOMValue, legacyOptimizations } from '../utils/settings.js';
21+
import { sanitizeDOMValue } from '../utils/settings.js';
2222

2323
// Monotonically increasing unique ID used for de-duping effects triggered
2424
// from multiple properties in the same turn

0 commit comments

Comments
 (0)