Skip to content

Commit

Permalink
OLH-2437 - Ensure we use the latest version of the library whenever w…
Browse files Browse the repository at this point in the history
…e deploy
  • Loading branch information
peterfajemisincabinetoffice committed Feb 20, 2025
1 parent 98a8cab commit d8a2064
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 d8a2064

Please sign in to comment.