Skip to content

Commit

Permalink
feat: 유료 디자인 enum 수정
Browse files Browse the repository at this point in the history
- 구매할 수 있는 유료 디자인 enum을 수정
  • Loading branch information
JoonSoo-Kim committed Dec 11, 2023
1 parent 22d62c9 commit 0245348
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BE/src/utils/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ export enum providerEnum {

export enum domainEnum {
GROUND = "ground",
SKY = "sky",
}

export enum designEnum {
GROUND_GREEN = "#254117",
GROUND_MOCHA = "#493D26",
GROUND_2D = "ground_2d",
}

0 comments on commit 0245348

Please sign in to comment.