feature/45-component-drop #53

Merged
philipp merged 3 commits from feature/45-component-drop into dev 2021-01-27 17:42:10 +00:00
Showing only changes of commit 1bb79b1c98 - Show all commits

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>