4
2
mirror of https://github.com/getbible/app.git synced 2024-06-17 09:42:22 +00:00
app/src/store/state.js

13 lines
249 B
JavaScript
Raw Normal View History

export default {
saved_translations: [],
// test: (()=>(['Hello', 'Wold']))()
// ,
selected:{
translation: null,
book: null,
chapter: null
},
loading: false,
in_memory_translation:{},
search: '',
}