Skip to content

Commit

Permalink
fix #2852 dev build fails (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 authored May 2, 2018
1 parent 777150c commit 149e441
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ const React = require('react');
const {Row, Col} = require('react-bootstrap');
const Spinner = require('react-spinkit');
const { isNil } = require('lodash');
const Toolbar = require('../../misc/toolbar/Toolbar');
const Toolbar = require('../../../misc/toolbar/Toolbar');

const Message = require('../../I18N/Message');
const { NO_DETAILS_AVAILABLE } = require('../../../actions/maps');
const Message = require('../../../I18N/Message');
const { NO_DETAILS_AVAILABLE } = require('../../../../actions/maps');


module.exports = ({
Expand Down

0 comments on commit 149e441

Please sign in to comment.