2019-05-10 00:48:31 -05:00
|
|
|
import { PanelPlugin } from '@grafana/ui';
|
|
|
|
import { GettingStarted } from './GettingStarted';
|
2016-11-02 16:21:11 -05:00
|
|
|
|
2019-05-10 00:48:31 -05:00
|
|
|
// Simplest possible panel plugin
|
|
|
|
export const plugin = new PanelPlugin(GettingStarted);
|