Skip to content

Commit baec1a4

Browse files
committed
remove: MONTH_LABEL_MAPPING 상수 제거
1 parent bfe2b46 commit baec1a4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

frontend/src/utils/constants.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -86,23 +86,6 @@ export const DEVELOPER_INFORMATION = [
8686
},
8787
];
8888

89-
export const MONTH_LABEL_MAPPING: {
90-
[key: string]: string;
91-
} = {
92-
1: 'Jan',
93-
2: 'Feb',
94-
3: 'Mar',
95-
4: 'Apr',
96-
5: 'May',
97-
6: 'Jun',
98-
7: 'Jul',
99-
8: 'Aug',
100-
9: 'Sep',
101-
10: 'Oct',
102-
11: 'Nov',
103-
12: 'Dec',
104-
};
105-
10689
export const CUBE_COLOR_MAP: {
10790
[key in RANK]: string;
10891
} = {

0 commit comments

Comments
 (0)