From d74ad08c2c19fabe99c296fd23d04016035e9261 Mon Sep 17 00:00:00 2001 From: Jared Scheib Date: Fri, 22 Jun 2018 18:14:21 -0700 Subject: [PATCH] Fix dashboards.ts import in src/types/index.js --- ui/src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/types/index.ts b/ui/src/types/index.ts index 19b89d98b7..7c9db25cbd 100644 --- a/ui/src/types/index.ts +++ b/ui/src/types/index.ts @@ -1,7 +1,7 @@ import {LayoutCell, LayoutQuery} from './layouts' import {Service, NewService} from './services' import {AuthLinks, Organization, Role, User, Me} from './auth' -import {Cell, CellQuery, Legend, Axes, Dashboard, CellType} from './dashboard' +import {Cell, CellQuery, Legend, Axes, Dashboard, CellType} from './dashboards' import { Template, TemplateQuery,