summaryrefslogtreecommitdiffstats
path: root/.next/dist/lib/formatMoney.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2017-09-15 14:26:13 -0400
committerWes Bos <wesbos@gmail.com>2017-09-15 14:26:13 -0400
commit1450e579c67e3d969cb099dfe6c1cefd1e313fb5 (patch)
tree5c255968082c16452f1dc8245dbbb890f91dce87 /.next/dist/lib/formatMoney.js
parent7af74ff8988961c988f03c95961b70c2918521ae (diff)
yep
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