remove export
This commit is contained in:
@@ -11,7 +11,8 @@ export const percentFormater = new Intl.NumberFormat("en-US", {
|
||||
maximumFractionDigits: 0
|
||||
});
|
||||
|
||||
export const timeFormat = new Intl.NumberFormat("en-US", {
|
||||
|
||||
const timeFormat = new Intl.NumberFormat("en-US", {
|
||||
minimumFractionDigits: 0,
|
||||
maximumFractionDigits: 0,
|
||||
minimumIntegerDigits: 2
|
||||
|
||||
Reference in New Issue
Block a user