Skip to content

Commit

Permalink
Fixed include for windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored May 8, 2017
1 parent 1cdb8f0 commit ce68cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/plugins/Measure.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const assign = require('object-assign');
const {createSelector} = require('reselect');
const {changeMeasurement} = require('../actions/measurement');
const {toggleControl} = require('../actions/controls');
const {MeasureDialog} = require('./measure');
const {MeasureDialog} = require('./measure/index');

const selector = (state) => {
return {
Expand Down

0 comments on commit ce68cd8

Please sign in to comment.