import styled from 'styled-components;
이 부분에서
could not find a declaration file for module.... 뭐라고
노랑색이 발생
npm i --save-dev @types/styled-components
입력하라고 하는데 ...
나는 npm 명령어가 없었다.
yarn 을 사용하고 있었다
아무리 찾아봐도 없길래
yarn add @types/styled-components
명령어를 실행해서 다운받아보니 해결됨~~~^^