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