you can create a store: ```val myStore = Observabl...
# kvision
r
you can create a store:
Copy code
val myStore = ObservableStore(YourDataClass(...))