Skip to content

Commit

Permalink
fix(slipt-pane): import Pane module directly
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed Feb 19, 2021
1 parent 8585549 commit e6b7b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/workbench/editor/editor.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { memo } from 'react';
import SplitPane from 'react-split-pane';
import * as Pane from 'react-split-pane/lib/Pane';
import Pane from 'react-split-pane/lib/Pane';
import { IEditor, IEditorGroup } from 'mo/model';

import EditorGroup from './group';
Expand Down
1 change: 1 addition & 0 deletions src/workbench/editor/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'reflect-metadata';
import { connect } from 'mo/react';
import { container } from 'tsyringe';
import { IEditor } from 'mo/model';
Expand Down

0 comments on commit e6b7b70

Please sign in to comment.