This PR was created by [GitStart](https://gitstart.com/) to address the requirements from this ticket: [TWNTY-7533](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-7533). --- Description \ \ Move Section component from twenty-front to twenty-ui and update imports\ \ \ Fixes twentyhq/private-issues#85 Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com>
14 lines
768 B
TypeScript
14 lines
768 B
TypeScript
export * from './animated-placeholder/components/AnimatedPlaceholder';
|
|
export * from './animated-placeholder/components/EmptyPlaceholderStyled';
|
|
export * from './animated-placeholder/components/ErrorPlaceholderStyled';
|
|
export * from './animated-placeholder/constants/Background';
|
|
export * from './animated-placeholder/constants/DarkBackground';
|
|
export * from './animated-placeholder/constants/DarkMovingImage';
|
|
export * from './animated-placeholder/constants/MovingImage';
|
|
export * from './card/components/Card';
|
|
export * from './card/components/CardContent';
|
|
export * from './card/components/CardFooter';
|
|
export * from './card/components/CardHeader';
|
|
export * from './expandableContainer/components/ExpandableContainer';
|
|
export * from './section/components/Section';
|