MSaabith's picture
## 🧩 **CureLens AI – Full Project Prompt (FastAPI + React + MongoDB)**
aa0a401 verified
raw
history blame contribute delete
283 Bytes
// Global utility functions
function handleAPIError(error) {
console.error('API Error:', error);
// Can be expanded for global error handling
}
// Initialize tooltips
document.addEventListener('DOMContentLoaded', () => {
// Any global initialization code can go here
});