diff options
Diffstat (limited to 'core/gjs/src/jsx/jsx-runtime.ts')
-rw-r--r-- | core/gjs/src/jsx/jsx-runtime.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gjs/src/jsx/jsx-runtime.ts b/core/gjs/src/jsx/jsx-runtime.ts index 02fd39d..73aaf63 100644 --- a/core/gjs/src/jsx/jsx-runtime.ts +++ b/core/gjs/src/jsx/jsx-runtime.ts @@ -49,7 +49,7 @@ const ctors = { revealer: Widget.Revealer, scrollable: Widget.Scrollable, slider: Widget.Slider, - // TODO: stack + stack: Widget.Stack, switch: Widget.Switch, window: Widget.Window, } |