grafana/public/app/plugins/panel/gettingstarted/module.ts
Ryan McKinley f617cd8975 GettingStarted: convert to react panel plugin (#16985)
* getting started

* getting started
2019-05-10 07:48:31 +02:00

6 lines
184 B
TypeScript

import { PanelPlugin } from '@grafana/ui';
import { GettingStarted } from './GettingStarted';
// Simplest possible panel plugin
export const plugin = new PanelPlugin(GettingStarted);