Skip to content

Commit

Permalink
fix: fix chip export
Browse files Browse the repository at this point in the history
  • Loading branch information
glopezep committed Mar 12, 2019
1 parent e906a3a commit 04c6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export { default as WCard } from './card/card.vue'
export { default as WCardContent } from './card/card-content.vue'
export { default as WCardImage } from './card/card-image.vue'
export { default as WColumn } from './grid/column.vue'
export { default as Chip } from './chip/chip.vue'
export { default as WChip } from './chip/chip.vue'
export { default as WDrawer } from './drawer/drawer.vue'
export { default as WDrawerHeader } from './drawer/drawer-header.vue'
export { default as WDrawerContent } from './drawer/drawer-content.vue'
Expand Down

0 comments on commit 04c6447

Please sign in to comment.