budget-view-finance/src/services/whatsApp
gpt-engineer-app[bot] e31d990b1b Fix: Resolve localStorage import error
The error `Uncaught SyntaxError: The requested module '/src/services/whatsApp/localStorage.ts' does not provide an export named 'loadInstancesFromLocalStorage'` indicates an incorrect import. This commit corrects the import in `src/hooks/whatsApp/useInstanceState.ts` to use the correct export name, which is `loadInstancesFromStorage`. Also fixes the build errors in `src/components/whatsapp/CreateInstanceForm.tsx` and `src/hooks/whatsApp/useInstanceState.ts`.
2025-06-21 12:09:35 +00:00
..
apiHelpers.ts Fix: Implement emergency security measures 2025-06-21 12:03:35 +00:00
config.ts Fix: Implement emergency security measures 2025-06-21 12:03:35 +00:00
index.ts Add webhook creation on WhatsApp connect 2025-06-19 09:48:06 +00:00
instanceActions.ts feat: Implement WhatsApp group creation and instance management 2025-06-16 20:36:23 +00:00
instanceManagement.ts Fix: WhatsApp instance refresh and expense summary 2025-05-20 23:26:56 +00:00
localStorage.ts Fix: Resolve localStorage import error 2025-06-21 12:09:35 +00:00
webhookService.ts Reverted to commit aeb9fa261d 2025-06-20 16:50:23 +00:00