Skip to content

refactor(view): 공통 컴포넌트 디렉터리명 변경 (@common -> Common)#950

Merged
nxnaxx merged 1 commit into
githru:mainfrom
nxnaxx:refactor/#942_rename-common-directory
Oct 8, 2025
Merged

refactor(view): 공통 컴포넌트 디렉터리명 변경 (@common -> Common)#950
nxnaxx merged 1 commit into
githru:mainfrom
nxnaxx:refactor/#942_rename-common-directory

Conversation

@nxnaxx

@nxnaxx nxnaxx commented Oct 8, 2025

Copy link
Copy Markdown
Contributor

Related issue

#942

Result

논의 결과에 따라 공통 컴포넌트 디렉터리명을 기존 components/@common에서 components/Common으로 변경했습니다.

Work list

  • Before -> After 예시
- import { Author } from "components/@common/Author";
+ import { Author } from "components/Common/Author";
  • 연관 import 수정
    • src/components/Detail/Detail.tsx
    • src/components/Detail/Detail.type.ts
    • src/components/FilteredAuthors/FilteredAuthors.tsx
    • src/components/VerticalClusterList/Summary/Content/Content.tsx
    • src/components/VerticalClusterList/Summary/Summary.tsx
  • 기존 동작 변화 없음 확인

Discussion

@nxnaxx
nxnaxx requested review from a team as code owners October 8, 2025 14:53
@nxnaxx nxnaxx self-assigned this Oct 8, 2025

@chae-dahee chae-dahee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠른 반영 너무 좋습니다ㅎㅎ!! LGTM 👍 👍

@ytaek ytaek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGGGTM!!!! 입니다!!

@nxnaxx
nxnaxx merged commit 3583f7b into githru:main Oct 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants