1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2020-10-29 14:52:28 +01:00
parent a6e33d8b0a
commit 97e9ceca5a
23 changed files with 865 additions and 351 deletions

View File

@ -16,8 +16,6 @@ const accountInitState = {
status: 'idle'
}
export const retrive = state => state.account
export const accountSlice = createSlice({
name: 'account',
initialState: accountInitState,