4
2
mirror of https://github.com/getbible/app.git synced 2024-05-30 17:40:47 +00:00
app/src/store/state.js
2020-11-02 10:09:20 +02:00

12 lines
229 B
JavaScript

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