Skip to content

Commit

Permalink
fix: remove unused API to fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus committed May 17, 2018
1 parent 0b27792 commit 33236d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lwc-engine/src/framework/modules/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import assert from "../assert";
import {
isString,
isUndefined,
StringCharCodeAt,
} from '../language';
import { EmptyObject } from '../utils';
import { VNode, Module, VNodeStyle } from "../../3rdparty/snabbdom/types";
Expand Down

0 comments on commit 33236d3

Please sign in to comment.