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>
8 lines
322 B
TypeScript
8 lines
322 B
TypeScript
export * from './ComponentStorybookLayout';
|
|
export * from './decorators/CatalogDecorator';
|
|
export * from './decorators/ComponentDecorator';
|
|
export * from './decorators/ComponentWithRouterDecorator';
|
|
export * from './decorators/RouterDecorator';
|
|
export * from './mocks/avatarUrlMock';
|
|
export * from './types/CatalogStory';
|