grafana/public/app/plugins/datasource/mixed/module.ts
Ryan McKinley 62a808bf1f MixedDataSource: refactor, cleanup, and add tests (#18948)
* merge master

* move mixed datasource

* all responses in test

* fix tests/mocks

* remove ?
2019-09-09 11:29:37 +02:00

3 lines
112 B
TypeScript

import { MixedDatasource } from './MixedDataSource';
export { MixedDatasource, MixedDatasource as Datasource };