Have you added `SplitjsModule` initializer to your...
# kilua
r
Have you added
SplitjsModule
initializer to your `startApplication()`: https://github.com/rjaros/kilua/blob/main/examples/playground/src/jsMain/kotlin/main.kt#L34 ?
s
Yes I have
r
Copy code
splitPanel {
   left {
       // ...
   }
   right {
       // ...
   }
}
you can find examples of usage for most components in the "playground" example project https://github.com/rjaros/kilua/blob/main/examples/playground/src/commonMain/kotlin/main.kt
s
Yes this worked And thank you for the tip as well 👏 I'll look into it before asking a question the next time
r