diff --git a/src/compile/dom/index.ts b/src/compile/dom/index.ts index 6dce884a09..3db1158449 100644 --- a/src/compile/dom/index.ts +++ b/src/compile/dom/index.ts @@ -8,7 +8,6 @@ import { stringify, escape } from '../../utils/stringify'; import CodeBuilder from '../../utils/CodeBuilder'; import globalWhitelist from '../../utils/globalWhitelist'; import reservedNames from '../../utils/reservedNames'; -import shared from './shared'; import Compiler from '../Compiler'; import Stylesheet from '../../css/Stylesheet'; import Stats from '../../Stats';