redux: wip progress for using redux

This commit is contained in:
Torkel Ödegaard
2018-08-31 13:24:36 +02:00
parent ad9f38ae4d
commit cf58eea1db
19 changed files with 194 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
import './dashboard_loaders';
import './ReactContainer';
import ServerStats from 'app/containers/ServerStats/ServerStats';
import ServerStats from 'app/features/server-stats/ServerStats';
import AlertRuleList from 'app/containers/AlertRuleList/AlertRuleList';
import FolderSettings from 'app/containers/ManageDashboards/FolderSettings';
import FolderPermissions from 'app/containers/ManageDashboards/FolderPermissions';