grafana/public/app/plugins/panel/gettingstarted/module.ts

6 lines
184 B
TypeScript
Raw Normal View History

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