diff --git a/src/hooks/use-problem.ts b/src/hooks/use-problem.ts index 58f961c..52d4c39 100644 --- a/src/hooks/use-problem.ts +++ b/src/hooks/use-problem.ts @@ -39,10 +39,12 @@ export const useProblem = () => { const { hydrated, editor, + monacoLanguageClient, globalLang, currentLang, currentValue, setEditor, + setMonacoLanguageClient, setGlobalLang, setCurrentLang, setCurrentValue, @@ -109,7 +111,9 @@ export const useProblem = () => { return { hydrated, editor, + monacoLanguageClient, setEditor, + setMonacoLanguageClient, globalLang, currentLang, currentValue,