diff --git a/src/store/state.js b/src/store/state.js new file mode 100644 index 0000000..19a8897 --- /dev/null +++ b/src/store/state.js @@ -0,0 +1,12 @@ +export default { + saved_translations: [], + // test: (()=>(['Hello', 'Wold']))() + // , + selected:{ + translation: null, + book: null, + chapter: null + }, + in_memory_translation:{}, + search: '', + } \ No newline at end of file