Renamed folder

ref #48
This commit is contained in:
2021-02-25 20:13:17 +01:00
parent ba1eb2fa73
commit 7d08ea8466
6 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<script>
import { _ } from "svelte-i18n";
import groups_empty from "./groups_empty.svg";
</script>
<div class="text-center items-center justify-center">
<p class="mb-16 text-lg text-gray-500">
<img class="w-full h-44" src={groups_empty} alt="" />
<span class="font-bold">There are no group added yet.</span><br />
<span>Add your first group</span>
</p>
</div>