updated comunication with firebase

This commit is contained in:
2026-06-16 16:18:28 +09:00
parent 36f0c25721
commit 0a823948df
9 changed files with 22 additions and 66 deletions

View File

@@ -9,7 +9,7 @@
/**
* entry = null → "new entry" mode
* entry = {...} → "edit" mode
* @type {{ entry?: import('../stores/journalStore.js').JournalEntry | null, initialCountry?: string, onBack: () => void }}
* @type {{ entry?: import('../shared/types.js').JournalEntry | null, initialCountry?: string, onBack: () => void }}
*/
let { entry = null, initialCountry = '', onBack } = $props();