termix / src /modules /editor /index.ts
lekmikdok's picture
Prepare Terax for web deployment
50fe3c9 verified
Raw
History Blame Contribute Delete
252 Bytes
export { EditorPane, type EditorPaneHandle } from "./EditorPane";
export { EditorStack } from "./EditorStack";
export { AiDiffPane } from "./AiDiffPane";
export { AiDiffStack } from "./AiDiffStack";
export { NewEditorDialog } from "./NewEditorDialog";