formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user