Tags: CivicEdKenyaApp/CEKA
Tags
Fix: Resolve 't' export error in utils.ts The error indicates that the `translate` function in `src/lib/utils.ts` is trying to import a function named `t` from `src/lib/translations.ts`, but that function is not being exported. This commit fixes the import issue.