remove unused import

pull/1018/head
Rich Harris 7 years ago
parent 76356cef00
commit 9b09758f8c

@ -1,7 +1,6 @@
import { stringify } from '../../utils/stringify'; import { stringify } from '../../utils/stringify';
import Node from './shared/Node'; import Node from './shared/Node';
import Block from '../dom/Block'; import Block from '../dom/Block';
import { State } from '../dom/interfaces';
// Whitespace inside one of these elements will not result in // Whitespace inside one of these elements will not result in
// a whitespace node being created in any circumstances. (This // a whitespace node being created in any circumstances. (This

Loading…
Cancel
Save