Skip to content

Commit 84b5b9e

Browse files
committed
style: fix lint errors
1 parent d70070d commit 84b5b9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ function renderToJS(source: string, config: RenderConfig): string {
6565
if (HTMLTagList[decl.value]) {
6666
component = types.stringLiteral(decl.value);
6767
} else {
68-
let componentRef = ComponentRef.parse(decl.value);
6968
component = types.identifier(node.selector + '__Base');
7069
statements.unshift(
7170
ComponentRef.importDeclaration(component, decl.value)

0 commit comments

Comments
 (0)