diff --git a/client/src/components/LogEntriesList.tsx b/client/src/components/LogEntriesList.tsx index 6cfa6dd..abfcbe8 100644 --- a/client/src/components/LogEntriesList.tsx +++ b/client/src/components/LogEntriesList.tsx @@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next' import { db } from '../services/db.js' import { getActiveMasterKey } from '../services/auth.js' import { getLogbookKey } from '../services/logbookKeys.js' -import { decryptJson, encryptJson } from '../services/crypto.js' +import { encryptJson } from '../services/crypto.js' import { syncLogbook } from '../services/sync.js' import { downloadCsv, shareCsv } from '../services/csvExport.js' import { downloadLogbookPagePdf } from '../services/pdfExport.js'