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

Commit

Permalink
Move title to components package
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Oct 20, 2023
1 parent 836559d commit 53f8af9
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 @@ -34,4 +34,3 @@ export * from './state-input';
export * from './summary';
export * from './tabs';
export * from './textarea';
export * from './title';
1 change: 1 addition & 0 deletions packages/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export { default as CheckboxList } from './checkbox-list';
export { default as Label } from './label';
export { default as FormattedMonetaryAmount } from './formatted-monetary-amount';
export { Chip, RemovableChip } from './chip';
export { default as Title } from './title';
export { default as Spinner } from './spinner';

0 comments on commit 53f8af9

Please sign in to comment.