From 8a89e27d17cc249ac69663df54d20b5cdfe92432 Mon Sep 17 00:00:00 2001 From: NastiaS Date: Thu, 3 May 2018 17:08:14 +0200 Subject: [PATCH] remove not needed dependancy --- src/components/DashboardPage/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/DashboardPage/index.js b/src/components/DashboardPage/index.js index c6baa3b1..e7c4353d 100644 --- a/src/components/DashboardPage/index.js +++ b/src/components/DashboardPage/index.js @@ -10,7 +10,6 @@ import { formatCurrencyUnit, getFiatCurrencyByTicker, } from '@ledgerhq/live-common/lib/helpers/currencies' -import moment from 'moment' import type { Account } from '@ledgerhq/live-common/lib/types'