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

Commit

Permalink
Move Spinner to components package
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Oct 18, 2023
1 parent 0318adb commit bbd8392
Show file tree
Hide file tree
Showing 4 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
Expand Up @@ -30,7 +30,6 @@ export * from './reviews';
export * from './sidebar-layout';
export * from './snackbar-list';
export * from './sort-select';
export * from './spinner';
export * from './state-input';
export * from './summary';
export * from './tabs';
Expand Down
1 change: 1 addition & 0 deletions packages/components/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as CheckboxList } from './checkbox-list';
export { Chip, RemovableChip } from './chip';
export { default as Spinner } from './spinner';

0 comments on commit bbd8392

Please sign in to comment.