mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
Remove DocWrapper usage
This commit is contained in:
@@ -8,6 +8,7 @@ const Link = ({hash,title}) =>{
|
||||
window.location.hash = hash;
|
||||
}
|
||||
|
||||
|
||||
return <a onClick={handleLink} className="navlink">{title}</a>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user