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 { createSlice, type PayloadAction } from "@reduxjs/toolkit"
|
||||
import { client } from "app/client"
|
||||
import { createAppAsyncThunk } from "app/store"
|
||||
import { createAppAsyncThunk } from "app/thunk"
|
||||
import { type Category, type CollapseRequest } from "app/types"
|
||||
import { visitCategoryTree } from "app/utils"
|
||||
// eslint-disable-next-line import/no-cycle
|
||||
|
||||
Reference in New Issue
Block a user