remove unused import

pull/2317/head
Rich Harris 7 years ago
parent 5ae5bb4b91
commit 52c42d3252

@ -10,7 +10,6 @@ import add_to_set from '../utils/add_to_set';
import get_object from '../utils/get_object';
import { extract_names } from '../utils/scope';
import { nodes_match } from '../../utils/nodes_match';
import { sanitize, quote_prop_if_necessary, quote_name_if_necessary } from '../../utils/names';
export default function dom(
component: Component,

Loading…
Cancel
Save