'Switch' is not exported from 'react-router-dom' 에러
공식문서에서 확인해보니 swich 에서 routes로 바꾸란다. ㅡㅡ 한참을 해맸네.. -기존 -변경 Upgrade all elements to React Router v6 introduces a Routes component that is kind of like Switch, but a lot more powerful. The main advantages of Routes over Switch are: All s and s inside a are relative. This leads to leaner and more predictable code in and Routes are chosen based on the best match instead of being traversed in order. Th..