Update components
This commit is contained in:
parent
4382f559f3
commit
a67aee24dc
95 changed files with 3901 additions and 12032 deletions
8
crabfit-frontend/src/stores/localeUpdateStore.js
Normal file
8
crabfit-frontend/src/stores/localeUpdateStore.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import create from 'zustand'
|
||||
|
||||
const useLocaleUpdateStore = create(set => ({
|
||||
locale: 'en',
|
||||
setLocale: locale => set({ locale }),
|
||||
}))
|
||||
|
||||
export default useLocaleUpdateStore
|
||||
Loading…
Add table
Add a link
Reference in a new issue