Skip to content

Commit

Permalink
feat: 모달창 상수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Nov 26, 2024
1 parent 22370d6 commit fbae09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/constants/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const OPTION_CATEGORIES = {
{ id: "ol", label: "순서 리스트" },
{ id: "checkbox", label: "체크박스" },
{ id: "blockquote", label: "인용문" },
{ id: "hr", label: "구분선" },
] as { id: ElementType; label: string }[],
},
ANIMATION: {
Expand Down

0 comments on commit fbae09b

Please sign in to comment.