📌fix: default global locale ja 로 수정
This commit is contained in:
parent
bd3424ada0
commit
27e42bb137
@ -2,7 +2,7 @@ import { atom } from 'recoil'
|
||||
|
||||
export const globalLocaleStore = atom({
|
||||
key: 'globalLocaleState',
|
||||
default: 'ko',
|
||||
default: 'ja',
|
||||
})
|
||||
|
||||
export const appMessageStore = atom({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user