Commit 837944dc authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 9fb30d47
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
import { toast } from 'svelte-sonner'; import { toast } from 'svelte-sonner';
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
const $i18n = getContext('i18n'); const i18n = getContext('i18n');
export let boilerplate = ''; export let boilerplate = '';
export let value = ''; export let value = '';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment