It seems like your issue is caused by some unusable code left in your components (e.g., Navbar.jsx or other parts of your application). When React attempts to render the app, this unused or invalid code may prevent it from rendering correctly, leading to a blank screen.
Like Below Example enter image description here