mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
5 lines
158 B
TypeScript
5 lines
158 B
TypeScript
|
import { PanelPlugin } from '@grafana/data';
|
||
|
import { WelcomeBanner } from './Welcome';
|
||
|
|
||
|
export const plugin = new PanelPlugin(WelcomeBanner).setNoPadding();
|