react panels minor progress

This commit is contained in:
Torkel Ödegaard
2018-06-19 16:57:55 +02:00
parent aa5c9f199a
commit db52ea66bd
12 changed files with 24 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ export class ReactTestPanel extends React.Component<any, any> {
}
render() {
return <h2>Panel content</h2>;
return <h2>I am a react panel, haha!</h2>;
}
}