From 1bb79b1c98d166523b638a06ea9a354434ec1e08 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 27 Jan 2021 18:26:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20remove=20ComponentDump=20from=20?= =?UTF-8?q?MainDashContent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #45 --- src/components/MainDashContent.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/MainDashContent.svelte b/src/components/MainDashContent.svelte index 5a774d20..781deb2f 100644 --- a/src/components/MainDashContent.svelte +++ b/src/components/MainDashContent.svelte @@ -2,7 +2,6 @@ import { _ } from "svelte-i18n"; import StatCards from "./StatCards.svelte"; import store from "../store"; - import ComponentDump from "./ComponentDump.svelte"; let navOpen = false; @@ -21,5 +20,4 @@ 👋 -