diff --git a/experiments/modern/src/App.js b/experiments/modern/src/App.js index e7c662a9..2ac032db 100644 --- a/experiments/modern/src/App.js +++ b/experiments/modern/src/App.js @@ -177,11 +177,16 @@ function ToggleButton(props) { return ; } +function GroupDef(props) { + return
; +} + const NODE_NAME_TO_COMPONENT = { layout: Layout, layer: Layer, button: Button, togglebutton: ToggleButton, + groupef: GroupDef, }; // Given a skin XML node, pick which component to use, and render it.