first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
Showing only changes of commit 1bb79b1c98 - Show all commits

View File

@ -2,7 +2,6 @@
import { _ } from "svelte-i18n"; import { _ } from "svelte-i18n";
import StatCards from "./StatCards.svelte"; import StatCards from "./StatCards.svelte";
import store from "../store"; import store from "../store";
import ComponentDump from "./ComponentDump.svelte";
let navOpen = false; let navOpen = false;
</script> </script>
@ -21,5 +20,4 @@
👋</span> 👋</span>
</h1> </h1>
<StatCards /> <StatCards />
<ComponentDump />
</div> </div>