mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9875e55a27
GitOrigin-RevId: ec8788fdbc8aea73ca33ec2810f4e588fe9476b5
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 />
|
|
}
|