fix(components): Add missing toast imports

This commit is contained in:
2024-11-20 19:28:07 +01:00
parent fb8206ff13
commit 9bfc0c5338
9 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
import { _ } from "svelte-i18n";
import store from "../../store";
import { UserGroupService } from "@odit/lfk-client-js";
import toast from 'svelte-french-toast'
import PromiseError from "../base/PromiseError.svelte";
let data_loaded = false;