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';
|