Skip to content

Commit

Permalink
export the getTranslation function
Browse files Browse the repository at this point in the history
  • Loading branch information
saralk committed Feb 11, 2025
1 parent dd3e5f9 commit dd976c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import getTranslations from './src/get-translations'

export { getTranslations }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "di-account-management-client-registry",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "index.ts",
"lint-staged": {
"*.ts": [
"eslint --fix",
Expand Down

0 comments on commit dd976c0

Please sign in to comment.