2020-11-18 20:18:18 +01:00
|
|
|
export { authStore } from "./auth"
|
2021-01-22 11:37:34 +01:00
|
|
|
export { notificationStore } from "./notification"
|
2020-11-18 20:18:18 +01:00
|
|
|
export { routeStore } from "./routes"
|
|
|
|
export { screenStore } from "./screens"
|
2020-11-24 10:31:54 +01:00
|
|
|
export { builderStore } from "./builder"
|
2021-02-05 17:16:41 +01:00
|
|
|
export { datasourceStore } from "./datasource"
|
2020-11-24 12:02:10 +01:00
|
|
|
|
2021-02-01 19:51:22 +01:00
|
|
|
// Context stores are layered and duplicated, so it is not a singleton
|
|
|
|
export { createContextStore } from "./context"
|
2020-12-11 15:24:19 +01:00
|
|
|
|
|
|
|
// Initialises an app by loading screens and routes
|
|
|
|
export { initialise } from "./initialise"
|