mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
This PR was created by [GitStart](https://gitstart.com/) to address the requirements from this ticket: [TWNTY-7528](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-7528). --- ### Description - Move loader components to `twenty-ui` Fixes twentyhq/private-issues#90 --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: Charles Bochet <charles@twenty.com>
5 lines
221 B
TypeScript
5 lines
221 B
TypeScript
export * from './loader/components/Loader';
|
|
export * from './progress-bar/components/CircularProgressBar';
|
|
export * from './progress-bar/components/ProgressBar';
|
|
export * from './progress-bar/hooks/useProgressAnimation';
|