diff --git a/ui/src/dashboards/actions/index.ts b/ui/src/dashboards/actions/index.ts index 8b2b867f6f..97fee41a63 100644 --- a/ui/src/dashboards/actions/index.ts +++ b/ui/src/dashboards/actions/index.ts @@ -70,7 +70,7 @@ import { import * as DashboardData from 'src/types/dashboard' import * as DashboardActions from 'src/types/actions/dashboards' import * as DashboardAPIs from 'src/types/apis/dashboard' -import * as DashboardReducers from 'src/types/reducers/dashboard' +import * as DashboardReducers from 'src/types/reducers/dashboards' import * as AuthReducers from 'src/types/reducers/auth' import * as NotificationActions from 'src/shared/actions/notifications' import * as ErrorActions from 'src/types/actions/error' diff --git a/ui/src/types/actions/dashboards.ts b/ui/src/types/actions/dashboards.ts index c28c320390..51729344c8 100644 --- a/ui/src/types/actions/dashboards.ts +++ b/ui/src/types/actions/dashboards.ts @@ -7,7 +7,7 @@ import * as QueryData from 'src/types/query' import * as TempVarData from 'src/types/tempVars' import * as ErrorActions from 'src/types/actions/error' import * as NotificationActions from 'src/shared/actions/notifications' -import * as DashboardReducers from 'src/types/reducers/dashboard' +import * as DashboardReducers from 'src/types/reducers/dashboards' import {Location} from 'history' export type LoadDashboardsActionCreator = ( diff --git a/ui/src/types/reducers/dashboard.ts b/ui/src/types/reducers/dashboards.ts similarity index 100% rename from ui/src/types/reducers/dashboard.ts rename to ui/src/types/reducers/dashboards.ts