mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Basic toot in timeline working
This commit is contained in:
@ -16,9 +16,9 @@ const instanceInfoSlice = createSlice({
|
||||
}
|
||||
})
|
||||
|
||||
export const getCurrent = state => state.current
|
||||
export const getCurrentToken = state => state.currentToken
|
||||
export const getRemote = state => state.remote
|
||||
// export const getCurrent = state => state.current
|
||||
// export const getCurrentToken = state => state.currentToken
|
||||
// export const getRemote = state => state.remote
|
||||
|
||||
// export const { increment, decrement, incrementByAmount } = counterSlice.actions
|
||||
export default instanceInfoSlice.reducer
|
||||
|
Reference in New Issue
Block a user