mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
d91ee50762
GitOrigin-RevId: 109a4357fc3b083ffbd3af5b8c98acf0f655f297
12 lines
301 B
JavaScript
12 lines
301 B
JavaScript
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 />
|
|
}
|