We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8585549 commit e6b7b70Copy full SHA for e6b7b70
src/workbench/editor/editor.tsx
@@ -1,7 +1,7 @@
1
import * as React from 'react';
2
import { memo } from 'react';
3
import SplitPane from 'react-split-pane';
4
-import * as Pane from 'react-split-pane/lib/Pane';
+import Pane from 'react-split-pane/lib/Pane';
5
import { IEditor, IEditorGroup } from 'mo/model';
6
7
import EditorGroup from './group';
src/workbench/editor/index.tsx
@@ -1,3 +1,4 @@
+import 'reflect-metadata';
import { connect } from 'mo/react';
import { container } from 'tsyringe';
import { IEditor } from 'mo/model';
0 commit comments