Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Tags: CivicEdKenyaApp/CEKA

Tags

v0-alpha.1.2

Toggle v0-alpha.1.2's commit message
Update README.md

Concept

Toggle Concept's commit message
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.