Moved formatters to seperate file

This commit is contained in:
2024-10-16 19:51:05 +02:00
parent e0f4f2c0c8
commit 9f223f4b91
5 changed files with 19 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
const numberFormatter = new Intl.NumberFormat("en-US")
export { numberFormatter }