-
-
Save luke-john/31496dadf97b8b753ca3dc4b052e1c2b to your computer and use it in GitHub Desktop.
scroll on nav
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ScrollOnNav from 'components/ScrollOnNav' | |
... | |
const render = () => { | |
ReactDOM.render( | |
( | |
<BrowserRouter> | |
<ScrollOnNav> | |
<App /> | |
</ScrollOnNav> | |
</BrowserRouter> | |
), | |
container, | |
) | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment