Skip to content

Commit

Permalink
Fix #781 - exports files for Chip component
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 14, 2020
1 parent 07e6955 commit f0bbace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions exports/chip.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './components/chip/Chip';
2 changes: 2 additions & 0 deletions exports/chip.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('./components/chip/Chip.vue');

0 comments on commit f0bbace

Please sign in to comment.