4
2
mirror of https://github.com/getbible/app.git synced 2024-06-06 12:30:49 +00:00
app/src/store/state.js

11 lines
199 B
JavaScript
Raw Normal View History

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