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

@@ -12,7 +12,7 @@ import shortid from 'shortid';
import { exportChart } from '../../explore/exploreUtils';
import * as actions from '../actions';
import { VISUALIZE_VALIDATION_ERRORS } from '../constants';
import visTypes from '../../explore/stores/visTypes';
import visTypes from '../../explore/visTypes';
import { t } from '../../locales';
const CHART_TYPES = Object.keys(visTypes)