formated all code inside the src folder

This commit is contained in:
anovazzi1 2023-05-10 21:18:29 -03:00
commit b1e5e4fd19
59 changed files with 2468 additions and 2331 deletions

View file

@ -134,7 +134,7 @@ export default function CodeAreaModal({
title: "Code is ready to run",
});
setModalOpen(false);
setValue(code)
setValue(code);
} else {
if (funcErrors.length !== 0) {
setErrorData({
@ -142,7 +142,7 @@ export default function CodeAreaModal({
list: funcErrors,
});
}
if(importsErrors.length!==0){
if (importsErrors.length !== 0) {
setErrorData({
title: "There is an error in your imports",
list: importsErrors,