Skip to content

Commit 3583f7b

Browse files
authored
Merge pull request #950 from nxnaxx/refactor/#942_rename-common-directory
refactor(view): 공통 컴포넌트 디렉터리명 변경 (@common -> Common)
2 parents 949f34c + bf9b9d7 commit 3583f7b

14 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/view/src/components/@common/Author/Author.const.ts renamed to packages/view/src/components/Common/Author/Author.const.ts

File renamed without changes.

packages/view/src/components/@common/Author/Author.tsx renamed to packages/view/src/components/Common/Author/Author.tsx

File renamed without changes.
File renamed without changes.

packages/view/src/components/@common/GithubIssueLink/GithubIssueLink.scss renamed to packages/view/src/components/Common/GithubIssueLink/GithubIssueLink.scss

File renamed without changes.

packages/view/src/components/@common/GithubIssueLink/GithubIssueLink.tsx renamed to packages/view/src/components/Common/GithubIssueLink/GithubIssueLink.tsx

File renamed without changes.

packages/view/src/components/@common/GithubIssueLink/GithubIssueLink.type.ts renamed to packages/view/src/components/Common/GithubIssueLink/GithubIssueLink.type.ts

File renamed without changes.

packages/view/src/components/@common/GithubIssueLink/index.ts renamed to packages/view/src/components/Common/GithubIssueLink/index.ts

File renamed without changes.

packages/view/src/components/@common/GithubIssueLink/renderIssueLinkedNodes.tsx renamed to packages/view/src/components/Common/GithubIssueLink/renderIssueLinkedNodes.tsx

File renamed without changes.

packages/view/src/components/@common/GithubIssueLink/types.ts renamed to packages/view/src/components/Common/GithubIssueLink/types.ts

File renamed without changes.

packages/view/src/components/Detail/Detail.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import {
1212
import { Tooltip } from "@mui/material";
1313

1414
import { useGithubInfo, useDataStore } from "store";
15-
import { Author } from "components/@common/Author";
16-
import type { IssueLinkedMessage } from "components/@common/GithubIssueLink";
17-
import { renderIssueLinkedNodes } from "components/@common/GithubIssueLink";
15+
import { Author } from "components/Common/Author";
16+
import type { IssueLinkedMessage } from "components/Common/GithubIssueLink";
17+
import { renderIssueLinkedNodes } from "components/Common/GithubIssueLink";
1818

1919
import { useCommitListHide } from "./Detail.hook";
2020
import { getCommitListDetail } from "./Detail.util";

0 commit comments

Comments
 (0)