Timothy J. Baek 10 tháng trước cách đây
mục cha
commit
837944dcc5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/common/CodeEditor.svelte

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