formated all code inside the src folder
This commit is contained in:
parent
32972b0f8a
commit
b1e5e4fd19
59 changed files with 2468 additions and 2331 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue