mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Restructure the project
This commit is contained in:
@ -13,8 +13,8 @@ import { useMutation, useQueryCache } from 'react-query'
|
||||
import { Feather } from '@expo/vector-icons'
|
||||
|
||||
import client from 'src/api/client'
|
||||
import { getLocalAccountId } from 'src/stacks/common/instancesSlice'
|
||||
import store from 'src/stacks/common/store'
|
||||
import { getLocalAccountId } from 'src/utils/slices/instancesSlice'
|
||||
import store from 'src/store'
|
||||
|
||||
const fireMutation = async ({
|
||||
id,
|
||||
|
@ -12,8 +12,8 @@ import { useSelector } from 'react-redux'
|
||||
import {
|
||||
getLocalAccountId,
|
||||
getLocalUrl
|
||||
} from 'src/stacks/common/instancesSlice'
|
||||
import store from 'src/stacks/common/store'
|
||||
} from 'src/utils/slices/instancesSlice'
|
||||
import store from 'src/store'
|
||||
|
||||
const fireMutation = async ({
|
||||
id,
|
||||
|
Reference in New Issue
Block a user