From 1450e579c67e3d969cb099dfe6c1cefd1e313fb5 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 15 Sep 2017 14:26:13 -0400 Subject: yep --- .next/dist/lib/formatMoney.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .next/dist/lib/formatMoney.js (limited to '.next/dist/lib/formatMoney.js') 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 -- cgit v1.3