Skip to content

Commit e0a257e

Browse files
authored
refactor(convention): 사용하지 않는 레이아웃 코드 정리 (#95)
현재 AppShell 기반 구조에서 더 이상 렌더되지 않는 예전 헤더, 홈 섹션, 로고, 테스트 유틸을 제거했어요. 모바일 드로어 구조에 맞게 잔존 테스트도 현재 동작 기준으로 정리했어요.
1 parent 1987a09 commit e0a257e

26 files changed

Lines changed: 149 additions & 1979 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# misc
1919
.DS_Store
2020
*.pem
21+
/output/
2122

2223
# debug
2324
npm-debug.log*
@@ -41,4 +42,4 @@ next-env.d.ts
4142
.sisyphus/
4243
.claude/
4344
/.agentation/
44-
.idea
45+
.idea

src/features/home/ui/sections/HeroSection.test.tsx

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

0 commit comments

Comments
 (0)