Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Move Chip and RemovableChip to components package
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Oct 12, 2023
1 parent 2e69eba commit a515758
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/base/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './block-error-boundary';
export * from './button';
export * from './cart-checkout';
export * from './chip';
export * from './combobox';
export * from './country-input';
export * from './drawer';
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions packages/components/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as CheckboxList } from './checkbox-list';
export { Chip, RemovableChip } from './chip';

0 comments on commit a515758

Please sign in to comment.