Skip to content

Commit

Permalink
Merge pull request #17 from govuk-one-login/OLH-2437
Browse files Browse the repository at this point in the history
OLH-2437 - Ensure we use the latest version of the library whenever we deploy
  • Loading branch information
peterfajemisincabinetoffice authored Feb 20, 2025
2 parents b5535dd + de50c97 commit 3a07856
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import getTranslations from './src/get-translations'
import {Translation} from './interfaces/translations.interface'
import {TranslationsObject} from './interfaces/translations.interface'

export { getTranslations }
export { getTranslations }
export type { Translation, TranslationsObject }

0 comments on commit 3a07856

Please sign in to comment.