Split from https://github.com/twentyhq/twenty/pull/4518 Part of #4766 Adds a script to auto-generate twenty-ui exports in `index.ts` files. --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
export * from './components';
|
|
export * from './display';
|
|
export * from './testing';
|
|
export * from './theme';
|
|
export * from './utilities';
|