🐛 Fixed import extension

pull/8022/head
TheCymaera 4 years ago
parent c46eb6277f
commit bb31fa6135

@ -1,4 +1,4 @@
import { ResizeObserverSingleton } from './ResizeObserverSingleton.js';
import { ResizeObserverSingleton } from './ResizeObserverSingleton';
import { has_prop } from './utils';
// Track which nodes are claimed during hydration. Unclaimed nodes can then be removed from the DOM

Loading…
Cancel
Save