Skip to content

Commit 52c42d3

Browse files
committed
remove unused import
1 parent 5ae5bb4 commit 52c42d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compile/render-dom/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import add_to_set from '../utils/add_to_set';
1010
import get_object from '../utils/get_object';
1111
import { extract_names } from '../utils/scope';
1212
import { nodes_match } from '../../utils/nodes_match';
13-
import { sanitize, quote_prop_if_necessary, quote_name_if_necessary } from '../../utils/names';
1413

1514
export default function dom(
1615
component: Component,

0 commit comments

Comments
 (0)