Moved formatters to seperate file
This commit is contained in:
3
src/utils/Functions/intlFormaters.ts
Normal file
3
src/utils/Functions/intlFormaters.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
const numberFormatter = new Intl.NumberFormat("en-US")
|
||||
|
||||
export { numberFormatter }
|
||||
Reference in New Issue
Block a user