Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Feb 12, 2024
1 parent d7e440f commit ee1b704
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types/post.ts
Expand Up @@ -19,9 +19,3 @@ export interface PostMeta {
keywords: string[];
postedAt: string;
}

export const CategoryType = {
DEVELOP: "개발",
REVIEW: "리뷰",
BOOK: "서평",
};

0 comments on commit ee1b704

Please sign in to comment.