1
0
Timothy J. Baek 1 жил өмнө
parent
commit
837944dcc5

+ 1 - 1
src/lib/components/common/CodeEditor.svelte

@@ -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 = '';