9b6359984d
This PR was created by [GitStart](https://gitstart.com/) to address the requirements from this ticket: [TWNTY-7062](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-7062). --- ### Description. Migrate `code-editor` component to twenty ui.\ \ Fixes twentyhq/private-issues#94 --------- Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: Charles Bochet <charles@twenty.com>
4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
export * from './components/CodeEditor';
|
|
export * from './components/CodeEditorHeader';
|
|
export * from './theme/utils/codeEditorTheme';
|