Migrate to a monorepo structure (#2909)
This commit is contained in:
1
packages/twenty-front/src/utils/format/number.ts
Normal file
1
packages/twenty-front/src/utils/format/number.ts
Normal file
@ -0,0 +1 @@
|
||||
export const formatNumber = (value: number): string => value.toLocaleString();
|
||||
Reference in New Issue
Block a user