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

@@ -3,8 +3,7 @@ import { hot } from 'react-hot-loader';
import ReactGridLayout, { ItemCallback } from 'react-grid-layout';
import { GRID_CELL_HEIGHT, GRID_CELL_VMARGIN, GRID_COLUMN_COUNT } from 'app/core/constants';
import { DashboardPanel } from './DashboardPanel';
import { DashboardModel } from '../dashboard_model';
import { PanelModel } from '../panel_model';
import { DashboardModel, PanelModel } from '../state';
import classNames from 'classnames';
import sizeMe from 'react-sizeme';