Move a few JS files (#4841)

* Moving JS files

* Moving pointers

* lint
This commit is contained in:
Maxime Beauchemin
2018-04-24 13:35:55 -07:00
committed by GitHub
parent 7139f1e863
commit 17ae9ec3a8
22 changed files with 30 additions and 30 deletions

View File

@@ -3,7 +3,7 @@ import { expect } from 'chai';
import { describe, it, beforeEach } from 'mocha';
import { shallow } from 'enzyme';
import { getFormDataFromControls, defaultControls }
from '../../../../src/explore/stores/store';
from '../../../../src/explore/store';
import {
ControlPanelsContainer,
} from '../../../../src/explore/components/ControlPanelsContainer';

View File

@@ -5,7 +5,7 @@ import sinon from 'sinon';
import $ from 'jquery';
import * as chartActions from '../../../src/chart/chartAction';
import * as actions from '../../../src/explore/actions/exploreActions';
import { defaultState } from '../../../src/explore/stores/store';
import { defaultState } from '../../../src/explore/store';
import exploreReducer from '../../../src/explore/reducers/exploreReducer';
describe('reducers', () => {