web-dev-projects icon indicating copy to clipboard operation
web-dev-projects copied to clipboard

Fixed #53

Open adab786 opened this issue 5 months ago • 1 comments

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

adab786 avatar Aug 29 '24 21:08 adab786