2020-11-18 20:18:18 +01:00
|
|
|
export { authStore } from "./auth"
|
|
|
|
export { routeStore } from "./routes"
|
|
|
|
export { screenStore } from "./screens"
|
2020-11-24 10:31:54 +01:00
|
|
|
export { builderStore } from "./builder"
|
2020-11-24 12:02:10 +01:00
|
|
|
export { bindingStore } from "./binding"
|
|
|
|
|
|
|
|
// Data stores are layered and duplicated, so it is not a singleton
|
2020-11-25 10:50:51 +01:00
|
|
|
export { createDataStore, dataStore } from "./data"
|