Moved dashboard state components to state folder

This commit is contained in:
Torkel Ödegaard
2019-01-31 08:56:17 +01:00
parent 6663b2fab9
commit aafd4a339a
50 changed files with 66 additions and 66 deletions

View File

@@ -1,8 +1,8 @@
import React from 'react';
import _ from 'lodash';
import config from 'app/core/config';
import { PanelModel } from '../../panel_model';
import { DashboardModel } from '../../dashboard_model';
import { PanelModel } from '../../state/PanelModel';
import { DashboardModel } from '../../state/DashboardModel';
import store from 'app/core/store';
import { LS_PANEL_COPY_KEY } from 'app/core/constants';
import { updateLocation } from 'app/core/actions';