Skip to content

Commit

Permalink
Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jul 12, 2023
1 parent b73ac3e commit db0c33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as BaseIcon } from './base-icon/base-icon.vue';
export { default as BaseBadge } from './base-badge/base-badge.vue';
export { default as BaseDivider } from './base-button/base-divider.vue';
export { default as BaseDivider } from './base-button/base-divider.vue';
export { default as BaseIcon } from './base-icon/base-icon.vue';

0 comments on commit db0c33f

Please sign in to comment.