Skip to content

Commit

Permalink
Fix babel.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 11, 2024
1 parent 7febbbf commit d458092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobile/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ module.exports = function (api) {
"root": ['./'],
"alias": {
":bookcars-types": "../packages/bookcars-types",
":bookcars-helper": "../packages/bookcars-helper"
":bookcars-helper": "../packages/bookcars-helper",
":currency-converter": "../packages/currency-converter"
}
}
],
Expand Down

0 comments on commit d458092

Please sign in to comment.