mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
Moving some JS folders (#4820)
* Moving folders * Pointing to new locations
This commit is contained in:
committed by
GitHub
parent
2900ca345d
commit
c0db6dbb57
@@ -8,9 +8,9 @@ import { shallow, mount } from 'enzyme';
|
||||
import { Modal, Button, Radio } from 'react-bootstrap';
|
||||
import sinon from 'sinon';
|
||||
|
||||
import * as exploreUtils from '../../../../javascripts/explore/exploreUtils';
|
||||
import * as saveModalActions from '../../../../javascripts/explore/actions/saveModalActions';
|
||||
import SaveModal from '../../../../javascripts/explore/components/SaveModal';
|
||||
import * as exploreUtils from '../../../../src/explore/exploreUtils';
|
||||
import * as saveModalActions from '../../../../src/explore/actions/saveModalActions';
|
||||
import SaveModal from '../../../../src/explore/components/SaveModal';
|
||||
|
||||
const $ = window.$ = require('jquery');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user