mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
|
|
import { DashboardDatasource } from './datasource';
|
||
|
|
import { DataSourcePlugin } from '@grafana/ui';
|
||
|
|
|
||
|
|
export const plugin = new DataSourcePlugin(DashboardDatasource);
|