Skip to content

Commit

Permalink
Fix const import
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Nov 21, 2019
1 parent ede8a25 commit 6e53dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/chart_data_visualization.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GET_CHART_DATA_FROM_VISUALIZATION } from '~/constants/ActionTypes';
import { GET_CHART_DATA_FROM_VISUALIZATION } from '../constants';

const initialState = {
error: null,
Expand Down

0 comments on commit 6e53dae

Please sign in to comment.