-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 기획 변경에 따른 홈화면 아티클 영역 제거 (#130) #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
제거된 컴포넌트의 사용처/재-export/파일 잔존 여부 점검 권장
홈 페이지에서는 제거되었지만, 레포 전반에서 StoreStory/RecentlySupportedStores 관련 잔존 코드(다른 페이지 사용, _components/index 재-export, 파일 자체)가 있는지 확인해 주세요. 아래 스크립트로 자동 점검 가능합니다. 필요 시 잔여 파일/라인 제거도 도와드릴게요.
🏁 Script executed:
Length of output: 2498
StoreStory 및 RecentlySupportedStores 관련 잔존 코드 삭제 필요
아래 경로에서 홈 페이지에서 제거된 두 컴포넌트가 여전히 re-export 또는 파일 형태로 남아있습니다. 사용되지 않는다면 관련 코드를 삭제해주세요.
• 2행: export { RecentlySupportedStores } from "./RecentlySupportStories";
• 4행: export { StoreStory } from "./StoreStory";
• RecentlySupportedStores 컴포넌트 구현 및 연관 파일 잔존
• StoreStory 컴포넌트 구현 및 연관 파일 잔존
위 파일 및 re-export 문 제거 후 빌드 및 기능에 영향이 없는지 확인 부탁드립니다.
🤖 Prompt for AI Agents