Add Bible picker flow and chapter navigation UI

This commit is contained in:
Adolfo Reyna
2026-02-24 15:56:48 -05:00
parent ba28289783
commit ccfeed3c92
9 changed files with 865 additions and 12 deletions

View File

@@ -6,6 +6,8 @@ const GlobalState = proxy({
profiles: {},
currentMedia: '',
mediaPost: {},
biblePickerSelection: null,
bibleChapterSelection: null,
});
export default GlobalState;