Skip to content

Commit

Permalink
feat: optimize moduleName
Browse files Browse the repository at this point in the history
  • Loading branch information
mumiao committed Dec 18, 2020
1 parent f22e042 commit eb68f89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
classNames,
} from 'mo/common/className';

import { Tab, tabItemClassName } from './tabItem';
import { Tab, tabItemClassName } from './tab';

import './style.scss';
export interface ITab {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/workbench/editor/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SplitPane from 'react-split-pane';
import { getBEMElement, prefixClaName } from 'mo/common/className';
import MonacoEditor from 'mo/components/monaco-editor';
import Tabs from 'mo/components/tabs';
import { tabItemClassName } from 'mo/components/tabs/tabItem';
import { tabItemClassName } from 'mo/components/tabs/tab';
import { Icon } from 'mo/components/icon';
import Welcome from './welcome';
import { IEditor, IEditorGroup } from 'mo/model';
Expand Down

0 comments on commit eb68f89

Please sign in to comment.