Skip to content

Commit

Permalink
fix(icon): icon component typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stasson committed Feb 17, 2018
1 parent 824c82a commit 9ecfafc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions components/icon/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {BasePlugin} from '../base'
import mdcICon from './mdc-icon.vue'

export {
mdcICon
}

export default BasePlugin({
mdcICon
})
import {BasePlugin} from '../base'
import mdcIcon from './mdc-icon.vue'

export {
mdcIcon
}

export default BasePlugin({
mdcIcon
})

0 comments on commit 9ecfafc

Please sign in to comment.