i18n import

ref #147
This commit is contained in:
Nicolai Ort 2023-02-22 18:33:42 +01:00
parent 63a50f92e7
commit 6fe134afc8
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -1,4 +1,5 @@
<script>
import { _ } from "svelte-i18n";
export let groups;
export let handler;
let selected = "all";