
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
3-3 에러 로딩.js 파일 이후 에러났읍니다

작성한 코드 및 에러 메세지
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) undefined Unable to resolve module ../components/Card from C:\Users\sangkoo kang\Desktop\sparta-study\sparta-mytip-exit\pages\MainPage.js:
None of these files exist:
* components\Card(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
* components\Card\index(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
4 | const main = 'https://storage.googleapis.com/sparta-image.appspot.com/lecture/main.png'
5 | import data from '../data.json';
> 6 | import Card from '../components/Card';
| ^
7 | import Loading from '../components/Loading';
8 | export default function MainPage() {
9 | //useState 사용법
at http://192.168.219.105:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:29982:25 in showCompileError
at http://192.168.219.105:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:29915:28 in <unknown>
at http://192.168.219.105:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:30119:22 in <unknown>
at http://192.168.219.105:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:28687:30 in dispatchEvent
at http://192.168.219.105:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:28881:30 in <unknown>
at http://192.168.219.105:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:20178:35 in __callFunction
at http://192.168.219.105:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:19940:30 in <unknown>
at http://192.168.219.105:19000/node_modules%5Cexpo%5CAppEntry.bundle?platform=android&dev=true&hot=false&strict=false&minify=false:19939:20 in callFunctionReturnFlushedQueue
Unable to resolve module ../components/Card from C:\Users\sangkoo kang\Desktop\sparta-study\sparta-mytip-exit\pages\MainPage.js:
None of these files exist:
* components\Card(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
* components\Card\index(.native|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json)
4 | const main = 'https://storage.googleapis.com/sparta-image.appspot.com/lecture/main.png'
5 | import data from '../data.json';
> 6 | import Card from '../components/Card';
| ^
7 | import Loading from '../components/Loading';
8 | export default function MainPage() {
9 | //useState 사용법
› Stopped serverCtrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
