summaryrefslogtreecommitdiffstats
path: root/.next/dist/lib/formatMoney.js
diff options
context:
space:
mode:
Diffstat (limited to '.next/dist/lib/formatMoney.js')
-rw-r--r--.next/dist/lib/formatMoney.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/.next/dist/lib/formatMoney.js b/.next/dist/lib/formatMoney.js
deleted file mode 100644
index 529dd2f..0000000
--- a/.next/dist/lib/formatMoney.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-exports.default = function (amount) {
- return '$' + (amount / 100).toLocaleString();
-}; \ No newline at end of file