Skip to content

Commit

Permalink
feat(icon): apply naming standards + JS explicit imports (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
tveinfeld authored Nov 26, 2020
1 parent 1e6cd91 commit 31382df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/icon/src/vwc-icon.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '@vonage/vvd-core';
import kefir from 'kefir';
import resolveIcon from './icon-resolve.autogenerated';
import { style } from '../vwc-icon.css';
import resolveIcon from './icon-resolve.autogenerated.js';
import { style } from '../vwc-icon.css.js';

const [
SYMBOL_CONNECT,
Expand Down

0 comments on commit 31382df

Please sign in to comment.