export ‘Switch’ was not found in ‘react-router-dom’ – Code Example
In V6 of react-router-dom, the <Switch> component is deprecated against <Routes> component. So, you need to replace all the Switch with Routes otherwise you will get export ‘Switch’ (imported as…