Moved numFormatter to utils

This commit is contained in:
2022-10-04 17:51:21 +02:00
parent 5a7e37077a
commit d1c0ae0a15
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1 @@
export const numFormatter = Intl.NumberFormat('en', { notation: 'compact' });