This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
jc-wangh20
/
OnlineEducation-student-front
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
f93b6ad51f
브랜치
태그
student
OnlineEducation...
/
src
/
utils
/
enum.js
enum.js
90 B
히스토리
Raw
1
2
3
4
5
6
export const ThemeModeEnum = {
LIGHT: 'light',
DARK: 'dark',
REAL_DARK: 'realDark'
}