mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
wip: another baby step, another million to go
This commit is contained in:
@@ -18,4 +18,10 @@ export class ReactTestPanel extends PureComponent<PanelProps> {
|
||||
}
|
||||
}
|
||||
|
||||
export { ReactTestPanel as PanelComponent };
|
||||
export class TextOptions extends PureComponent<any> {
|
||||
render() {
|
||||
return <p>Text2 Options component</p>;
|
||||
}
|
||||
}
|
||||
|
||||
export { ReactTestPanel as PanelComponent, TextOptions as PanelOptions };
|
||||
|
||||
Reference in New Issue
Block a user