re-enabled armv6 builds

code refactoring
This commit is contained in:
2024-03-18 10:27:40 +01:00
parent 3f836d0fa6
commit d4305bb2f8
2 changed files with 3 additions and 9 deletions

View File

@@ -1,13 +1,6 @@
import { atom, selector } from 'recoil'
import { rpcClientState } from './rpc'
type StatusState = {
connected: boolean,
updated: boolean,
downloading: boolean,
}
export const connectedState = atom({
key: 'connectedState',
default: false