Files
twenty/packages/twenty-ui/src/feedback/index.ts
gitstart-app[bot] 4ceee4ab8f Migrate to twenty-ui - feedback/loader (#7997)
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>
2024-10-24 16:19:32 +02:00

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