mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 07:01:49 +08: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 };
|