mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* merge master * move mixed datasource * all responses in test * fix tests/mocks * remove ?
3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
import { MixedDatasource } from './MixedDataSource';
|
|
export { MixedDatasource, MixedDatasource as Datasource };
|