This commit is contained in:
Timothy J. Baek 2024-06-24 12:26:07 -07:00
parent 9fb30d4787
commit 837944dcc5

View File

@ -15,7 +15,7 @@
import { toast } from 'svelte-sonner';
const dispatch = createEventDispatcher();
const $i18n = getContext('i18n');
const i18n = getContext('i18n');
export let boilerplate = '';
export let value = '';