Fix dashboards.ts import in src/types/index.js

pull/10616/head
Jared Scheib 2018-06-22 18:14:21 -07:00
parent 2626cf8955
commit d74ad08c2c
1 changed files with 1 additions and 1 deletions

View File

@ -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,