mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
2147f1d53d
GitOrigin-RevId: b41aff10672bf96e892de0be396a69eb25e2443b
13 lines
301 B
React
13 lines
301 B
React
import EditorSwitch from '../js/features/source-editor/components/editor-switch'
|
|
import { ScopeDecorator } from './decorators/scope'
|
|
|
|
export default {
|
|
title: 'Editor / Switch',
|
|
component: EditorSwitch,
|
|
decorators: [ScopeDecorator],
|
|
}
|
|
|
|
export const Switcher = () => {
|
|
return <EditorSwitch />
|
|
}
|