Skip to content

Commit

Permalink
#205 Fix - some code hasn't been processed to ES5 by babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Volkovich committed May 16, 2018
1 parent cd5ff54 commit 038cdd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default require('./FileManager.react').default;
export default require('./FileManagerOne.react').default;
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Svg from '@opuscapita/react-svg/lib/SVG';
import DropdownMenu from '../DropdownMenu';
import DropdownMenuItem from '../DropdownMenuItem';
import { isHistoryStepPossible, doHistoryStep } from '../history';
import getMess from '../../../../translations';
import getMess from '../../../translations';

import icons from './icons-svg';

Expand Down
File renamed without changes.

0 comments on commit 038cdd1

Please sign in to comment.