so we went from `tab("category view", find(Categor...
# tornadofx
r
so we went from
tab("category view", find(CategoryTabView::class).root) { tabClosingPolicy = UNAVAILABLE }
to
find(SomeComponent::class)
to
find<SomeComponent>()