mirror of https://github.com/grafana/grafana
Moved plugin types to @grafana/ui
parent
a201c76c5f
commit
4fc9d794ca
@ -0,0 +1,12 @@ |
||||
import React, { PureComponent } from 'react'; |
||||
|
||||
interface Props { |
||||
} |
||||
|
||||
export class QueryEditor extends PureComponent<Props> { |
||||
render() { |
||||
return ( |
||||
<h2>Test data</h2> |
||||
); |
||||
} |
||||
} |
||||
Loading…
Reference in new issue