Skip to content

Commit

Permalink
feat: Template 에 작은 격자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
maiload committed Sep 6, 2024
1 parent cd4b9b1 commit f398a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ktb.hackathon.ktbgratitudediary.entity;

public enum Template {
DEFAULT, UNDERLINE, LARGE_GRID, PARCHMENT
DEFAULT, UNDERLINE, SMALL_GRID, LARGE_GRID, PARCHMENT
}

0 comments on commit f398a9f

Please sign in to comment.