Fix dashboards.ts import in src/types/index.js
parent
2626cf8955
commit
d74ad08c2c
|
@ -1,7 +1,7 @@
|
||||||
import {LayoutCell, LayoutQuery} from './layouts'
|
import {LayoutCell, LayoutQuery} from './layouts'
|
||||||
import {Service, NewService} from './services'
|
import {Service, NewService} from './services'
|
||||||
import {AuthLinks, Organization, Role, User, Me} from './auth'
|
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 {
|
import {
|
||||||
Template,
|
Template,
|
||||||
TemplateQuery,
|
TemplateQuery,
|
||||||
|
|
Loading…
Reference in New Issue