430644448a
This PR was created by [GitStart](https://gitstart.com/) to address the requirements from this ticket: [TWNTY-7535](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-7535). --- ### Description. Migrate link components to `twenty-ui` \ \ Fixes #7535 --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: gitstart-twenty <140154534+gitstart-twenty@users.noreply.github.com> Co-authored-by: Charles Bochet <charles@twenty.com>
10 lines
252 B
TypeScript
10 lines
252 B
TypeScript
export * from './accessibility';
|
|
export * from './components';
|
|
export * from './display';
|
|
export * from './input';
|
|
export * from './layout';
|
|
export * from './navigation';
|
|
export * from './testing';
|
|
export * from './theme';
|
|
export * from './utilities';
|