Skip to content

Commit 36400df

Browse files
committed
fix(post): 대소문자 이슈
1 parent 02d9a83 commit 36400df

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/templates/post/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export type { default as PostUpdateQuery } from "./PostUpdateQuery.type";
88
export type { default as PostCreateQuery } from "./PostCreateQuery.type";
99
export type { default as Comment } from "./Comment.type";
1010
export type { default as Recomment } from "./Recomment.type";
11-
export type { default as PostCategoryType } from "./PoSSSstCategory.type";
11+
export type { default as PostCategoryType } from "./PostCategory.type";

0 commit comments

Comments
 (0)