diff --git a/src/components/pdf_generation/GenerateRunnerCertificates.svelte b/src/components/pdf_generation/GenerateRunnerCertificates.svelte index e50decb0..ec7c9264 100644 --- a/src/components/pdf_generation/GenerateRunnerCertificates.svelte +++ b/src/components/pdf_generation/GenerateRunnerCertificates.svelte @@ -5,8 +5,8 @@ RunnerTeamService, RunnerOrganizationService, } from "@odit/lfk-client-js"; - import { init } from "@paralleldrive/cuid2"; + import toast from "svelte-french-toast"; const createId = init({ length: 10, fingerprint: "lfk-frontend" }); export let certificates_show = false;