Skip to content

Commit 0776c74

Browse files
authored
remove: 미사용 코드 삭제 (#128)
* feat: 404페이지 수정 * remove: 미사용 pages router 페이지 삭제 * remove: 미사용 페이지 삭제 * remove: 미사용 로그인 이미지 캐러셀 제거 * chore: react-slick 패키지 제거
1 parent 8663cb5 commit 0776c74

16 files changed

Lines changed: 5 additions & 1007 deletions

package-lock.json

Lines changed: 1 addition & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"react": "^18",
2121
"react-dom": "^18",
2222
"react-linkify": "^1.0.0-alpha",
23-
"react-slick": "^0.30.1",
2423
"slick-carousel": "^1.8.1"
2524
},
2625
"devDependencies": {

src/app/login/ImageCarousel.tsx

Lines changed: 0 additions & 70 deletions
This file was deleted.

src/app/login/image-carousel.module.css

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/app/not-found.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
import Link from "next/link";
1+
import NotFound from "@/components/loading/NotFound";
22

3-
const NotFound = () => {
3+
const NotFoundPage = () => {
44
return (
55
<div>
6-
<h2>Not Found</h2>
7-
<p>Could not find requested resource</p>
8-
<Link href="/">Return Home</Link>
6+
<NotFound text="존재하지 않는 페이지입니다" />
97
</div>
108
);
119
};
1210

13-
export default NotFound;
11+
export default NotFoundPage;

src/app/score/ScoreSearchBar.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/app/score/ScoreSearchField.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/app/score/ScoreSheets.tsx

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)