feature/10-dashboard-stats #21

Merged
philipp merged 5 commits from feature/10-dashboard-stats into develop 2020-12-31 16:58:18 +00:00
Showing only changes of commit e9a6637eb9 - Show all commits

View File

@ -273,6 +273,7 @@ import store from "../store";
<div class="shadow px-6 pt-4 pb-1">
<BreadcrumbNav />
</div>
<StatCards />
<div class="mb-8">
<FileUpload />
</div>
@ -291,7 +292,6 @@ import store from "../store";
<div class="mb-8">
<Avatars />
</div>
<StatCards />
<div class="mb-8">
<Tracks />
</div>