서버 배포가 되었고, 에러를 무진장 해결하기만 하면 되는 시간이었다. 일단 오늘의 에러의 원인과 해결점은 아래와 같고, 모듈 없다는 오류는 yarn install로 다 해결했다. type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. 원인 : components의 이름이 잘못되었거나, import path가 잘..