Remove DocWrapper usage

This commit is contained in:
2020-10-26 12:30:57 +05:30
parent 8298755373
commit 79569dac8c
3 changed files with 1 additions and 29 deletions
+1
View File
@@ -8,6 +8,7 @@ const Link = ({hash,title}) =>{
window.location.hash = hash;
}
return <a onClick={handleLink} className="navlink">{title}</a>
}