Fix build warnings and restore missing event sync function

- Restored sync_config__event_pres_mgmt in ae_events__event.ts to resolve import errors.
- Removed unused OpenAI import in journal entry view.
- Removed unused Html5QrcodeScannerState import in QR scanner component.
- Improved build consistency for staging and production environments.
This commit is contained in:
Scott Idem
2026-01-08 16:17:57 -05:00
parent dd0390a5dd
commit 6146cebaa4
3 changed files with 239 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
// import 'html5-qrcode';
import {
Html5Qrcode,
Html5QrcodeScannerState,
Html5QrcodeSupportedFormats
} from 'html5-qrcode';