mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 20:22:19 +08:00
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
import { PanelPlugin } from '@grafana/data';
|
|
|
|
import { FlameGraphPanel } from './FlameGraphPanel';
|
|
|
|
export const plugin = new PanelPlugin(FlameGraphPanel);
|