Skip to content

Commit

Permalink
Merge branch 'main' into chore/migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Nov 2, 2023
2 parents a78afbe + ee0e0c0 commit 63b72e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"react-dom": "18.2.0",
"tsup": "^7.2.0"
}
}
}
1 change: 1 addition & 0 deletions packages/shared-ui/uitls/currencyFormatter.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const currencyFormatter = Intl.NumberFormat("en-US", { style: "currency", currency: "USD" });

0 comments on commit 63b72e4

Please sign in to comment.