web-dev-projects
web-dev-projects copied to clipboard
Fixed #53
Fixes #53 Navbar was having an import issue while scrolling
we can't import "NavBar" and export "NavBar" in the same file.
A fix would be to simply change the name of the component and its usages.
For example: CustomNavBar