<@UBLEQB51A> `this.add(find(RootView::class))` can...
# tornadofx
e
@beepdog
this.add(find(RootView::class))
can be replaced with
add<RootView>()
🙂
✔️ 1