함종현 멘토님 리뷰용 PR #496
Annotations
10 errors and 1 warning
build:
src/app/(auth)/login/page.tsx#L3
Cannot find module '@/components/Login' or its corresponding type declarations.
|
build:
src/app/(auth)/signup/page.tsx#L3
Cannot find module '@/components/Signup' or its corresponding type declarations.
|
build:
src/app/day/[year]/[month]/[day]/page.tsx#L4
Cannot find module '@/components/Todo' or its corresponding type declarations.
|
build:
src/app/mypage/category/CategoryModal.tsx#L2
Cannot find module '@/components/Todo/Todo.styled' or its corresponding type declarations.
|
build:
src/app/page.tsx#L4
Cannot find module '@/components/Todo' or its corresponding type declarations.
|
build:
src/components/todo/GlowingBorder.tsx#L3
Cannot find module '@/components/Todo/Todo.styled' or its corresponding type declarations.
|
build:
src/components/todo/Todo.tsx#L2
Cannot find module '@/components/Todo/Todo.styled' or its corresponding type declarations.
|
build:
src/components/todo/Todo.tsx#L4
Cannot find module '@/components/Todo/TodoRecordButton' or its corresponding type declarations.
|
build:
src/components/todo/TodoList/TodoWrapper.tsx#L6
Cannot find module '@/components/Todo/GlowingBorder' or its corresponding type declarations.
|
build:
src/components/todo/TodoList/TodoWrapper.tsx#L7
Cannot find module '@/components/Todo/Todo' or its corresponding type declarations.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|