mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
createAppAsyncThunk needs to be in its own file (https://stackoverflow.com/a/77136003/1885506)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { type PayloadAction, createSlice } from "@reduxjs/toolkit"
|
||||
import { createSlice, type PayloadAction } from "@reduxjs/toolkit"
|
||||
import { client } from "app/client"
|
||||
import { createAppAsyncThunk } from "app/store"
|
||||
import { createAppAsyncThunk } from "app/thunk"
|
||||
import { type ServerInfo } from "app/types"
|
||||
|
||||
interface ServerState {
|
||||
|
||||
Reference in New Issue
Block a user