wip: another baby step, another million to go

This commit is contained in:
Torkel Ödegaard
2018-07-11 12:11:21 -07:00
parent 902eba90d0
commit 211e0f2199
5 changed files with 24 additions and 4 deletions

View File

@@ -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 };