Skip to content

Commit

Permalink
Fixed windows path issue (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto authored May 10, 2017
1 parent ea0e9b1 commit a222a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/plugins/MeasureResults.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Message = require('./locale/Message');

const {changeMeasurement} = require('../actions/measurement');

const {MeasureDialog} = require('./measure');
const {MeasureDialog} = require('./measure/index');

const MeasureComponent = React.createClass({
propTypes: {
Expand Down

0 comments on commit a222a30

Please sign in to comment.