module.tsx 144 B

12345
  1. import { PanelPlugin } from '@grafana/data';
  2. import { TracesPanel } from './TracesPanel';
  3. export const plugin = new PanelPlugin(TracesPanel);