fix(mobile): hydration order
This commit is contained in:
parent
19479f50a6
commit
d52c5382bb
|
|
@ -10,18 +10,17 @@ import { translationActions } from "./translation/store"
|
|||
import { unreadActions } from "./unread/store"
|
||||
import { userActions } from "./user/store"
|
||||
|
||||
/// keep-sorted
|
||||
const hydrates: Hydratable[] = [
|
||||
collectionActions,
|
||||
entryActions,
|
||||
feedActions,
|
||||
imageActions,
|
||||
subscriptionActions,
|
||||
inboxActions,
|
||||
listActions,
|
||||
subscriptionActions,
|
||||
translationActions,
|
||||
unreadActions,
|
||||
userActions,
|
||||
entryActions,
|
||||
collectionActions,
|
||||
imageActions,
|
||||
translationActions,
|
||||
]
|
||||
|
||||
export const hydrateDatabaseToStore = async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue