Fix dashboards.ts import in src/types/index.js
parent
2626cf8955
commit
d74ad08c2c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue