import React from 'react'; import ls from './SketcherToolbars.less'; import {createPlugableToolbar} from '../../dom/components/PlugableToolbar'; import '../../../sketcher/actions'; export default function SketcherToolbars({visible}) { return
; } const SketcherToolbarGeneral = createPlugableToolbar(streams => streams.ui.toolbars.sketcherGeneral); const SketcherToolbarConstraints = createPlugableToolbar(streams => streams.ui.toolbars.sketcherConstraints); const SketcherToolbarControl = createPlugableToolbar(streams => streams.ui.toolbars.sketcherControl);