mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Remove unused import
This commit is contained in:
@@ -18,7 +18,7 @@ import { camelToDashCase, dashToCamelCase } from '../utils/case-map.js';
|
||||
import { PropertyAccessors } from './property-accessors.js';
|
||||
/* for annotated effects */
|
||||
import { TemplateStamp } from './template-stamp.js';
|
||||
import { sanitizeDOMValue, legacyOptimizations } from '../utils/settings.js';
|
||||
import { sanitizeDOMValue } from '../utils/settings.js';
|
||||
|
||||
// Monotonically increasing unique ID used for de-duping effects triggered
|
||||
// from multiple properties in the same turn
|
||||
|
||||
Reference in New Issue
Block a user