module.ts 184 B

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