Skip to content
Snippets Groups Projects
Commit 82f0f92c authored by dsehnal's avatar dsehnal
Browse files

remove unused code

parent 545d9434
No related branches found
No related tags found
No related merge requests found
......@@ -24,14 +24,6 @@ import { BehaviorSubject } from 'rxjs';
import { useBehavior } from './hooks/use-behavior';
export class Plugin extends React.Component<{ plugin: PluginUIContext, children?: any }, {}> {
region(kind: 'left' | 'right' | 'bottom' | 'main', element: JSX.Element) {
return <div className={`msp-layout-region msp-layout-${kind}`}>
<div className='msp-layout-static'>
{element}
</div>
</div>;
}
render() {
return <PluginReactContext.Provider value={this.props.plugin}>
<Layout />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment