1
0
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:
Zhiyuan Zheng
2020-11-21 13:19:05 +01:00
parent 3280663144
commit 40266b8ce3
42 changed files with 252 additions and 6619 deletions

View File

@ -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,

View File

@ -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,