4
2
mirror of https://github.com/getbible/app.git synced 2024-05-28 08:30:48 +00:00
app/src/store/state.js
2021-01-08 17:16:47 +02:00

11 lines
181 B
JavaScript

export default {
saved_translations: [],
selected: {
translation: null,
book: null,
chapter: null
},
loading: false,
in_memory_translation: {},
search: '',
}