From 79765499a3c2efe0eaee375be8b722964611cf09 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Mon, 7 Jun 2021 21:44:45 +0200 Subject: [PATCH] Clean up --- .../app/components/world-map-chart/world-map-chart.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/app/components/world-map-chart/world-map-chart.component.ts b/apps/client/src/app/components/world-map-chart/world-map-chart.component.ts index 08cff3543..ad2a72c62 100644 --- a/apps/client/src/app/components/world-map-chart/world-map-chart.component.ts +++ b/apps/client/src/app/components/world-map-chart/world-map-chart.component.ts @@ -7,7 +7,6 @@ import { OnInit } from '@angular/core'; import { primaryColorHex } from '@ghostfolio/common/config'; - import svgMap from 'svgmap'; @Component({