formatting

This commit is contained in:
AmirHossein Mahmoodi
2025-05-20 14:05:53 +03:30
parent a63e119b97
commit 6dc9d4995f
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ const Learn = () => {
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
}
};
return (
<>
@@ -36,4 +36,4 @@ const Learn = () => {
</>
);
};
export default Learn;
export default Learn;

View File

@@ -14,7 +14,7 @@ const Learn = () => {
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
}
};
return (
<>
@@ -36,4 +36,4 @@ const Learn = () => {
</>
);
};
export default Learn;
export default Learn;