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';