mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Persist storage working
This commit is contained in:
@ -14,7 +14,7 @@ import { Feather } from '@expo/vector-icons'
|
||||
|
||||
import client from 'src/api/client'
|
||||
import { getLocalAccountId } from 'src/utils/slices/instancesSlice'
|
||||
import store from 'src/store'
|
||||
import {store} from 'src/store'
|
||||
|
||||
const fireMutation = async ({
|
||||
id,
|
||||
|
@ -13,7 +13,7 @@ import {
|
||||
getLocalAccountId,
|
||||
getLocalUrl
|
||||
} from 'src/utils/slices/instancesSlice'
|
||||
import store from 'src/store'
|
||||
import {store} from 'src/store'
|
||||
|
||||
const fireMutation = async ({
|
||||
id,
|
||||
|
Reference in New Issue
Block a user