- Move the JsonTree component and the other components to twenty-ui - Rely on a React Context to provide translations ## Future work It would be good to migrate the `createRequiredContext` function to `twenty-ui`. I didn't want to migrate it in this PR but would have liked to use it.
12 lines
315 B
TypeScript
12 lines
315 B
TypeScript
export * from './accessibility';
|
|
export * from './components';
|
|
export * from './display';
|
|
export * from './feedback';
|
|
export * from './input';
|
|
export * from './json-visualizer';
|
|
export * from './layout';
|
|
export * from './navigation';
|
|
export * from './testing';
|
|
export * from './theme';
|
|
export * from './utilities';
|