export function toastFunction(message, data) { return toastState.create({ message, ...data }); } from 'svelte-sonner';