This commit is contained in:
Timothy J. Baek
2024-06-10 17:30:07 -07:00
parent f43b545bdd
commit 6e7e575a18
3 changed files with 17 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
let isDarkMode = false;
let editorTheme = new Compartment();
const formatPythonCodeHandler = async () => {
export const formatPythonCodeHandler = async () => {
if (codeEditor) {
console.log('formatPythonCodeHandler');
const res = await formatPythonCode(value).catch((error) => {