Skip to content

Commit

Permalink
Removed duplicate folders with capital case
Browse files Browse the repository at this point in the history
  • Loading branch information
lavoiedn committed May 24, 2017
1 parent 1f6f997 commit 02eb81c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/components/Editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ import ModalHandler from '../../event-handler/modals';
import FocusHandler from '../../event-handler/focus';
import KeyDownHandler from '../../event-handler/keyDown';
import SuggestionHandler from '../../event-handler/suggestions';
import blockStyleFn from '../../Utils/BlockStyle';
import blockStyleFn from '../../utils/BlockStyle';
import { mergeRecursive } from '../../utils/toolbar';
import { hasProperty, filter } from '../../utils/common';
import Controls from '../Controls';
import getLinkDecorator from '../../Decorators/Link';
import getLinkDecorator from '../../decorators/Link';
import getMentionDecorators from '../../decorators/Mention';
import getHashtagDecorator from '../../decorators/HashTag';
import getBlockRenderFunc from '../../renderer';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 02eb81c

Please sign in to comment.