🧹 remove ComponentDump from MainDashContent

ref #45
This commit is contained in:
Philipp Dormann 2021-01-27 18:26:26 +01:00
parent eeee272f03
commit 1bb79b1c98

View File

@ -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;
</script>
@ -21,5 +20,4 @@
👋</span>
</h1>
<StatCards />
<ComponentDump />
</div>