1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Push error tolerance

This commit is contained in:
Zhiyuan Zheng
2021-03-01 01:27:26 +01:00
parent 32aaf08574
commit 82cefdc80c
7 changed files with 121 additions and 18 deletions

View File

@ -1,7 +1,7 @@
import Button from '@components/Button'
import haptics from '@root/components/haptics'
import removeInstance from '@utils/slices/instances/remove'
import { getInstance, getInstanceActive } from '@utils/slices/instancesSlice'
import { getInstance } from '@utils/slices/instancesSlice'
import { StyleConstants } from '@utils/styles/constants'
import React from 'react'
import { useTranslation } from 'react-i18next'