Skip to content

Commit

Permalink
[Fix] icon 아톰은 역방향 매핑이 필요하기에 enum 유지
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulaBdj committed Jun 20, 2024
1 parent e943947 commit cea8431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from 'next/image'
import { KeyboardEventHandler } from 'react'

export const enum IconStyle {
export enum IconStyle {
MY_PROFILE = 'MY_PROFILE',
MY_PROFILE_FILL = 'MY_PROFILE_FILL',
UPLOAD_FILL = 'UPLOAD_FILL',
Expand Down

0 comments on commit cea8431

Please sign in to comment.