uninstall redux-persist, weil nimmt viel Performance weg
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { fetchAnalogInputsHistory } from "@/services/fetchAnalogInputsHistoryService";
|
||||
import { AnalogInputsHistoryEntry } from "../slices/analogInputsHistorySlice";
|
||||
import { AnalogInputsHistoryEntry } from "@/redux/slices/analogInputs/analogInputsHistorySlice";
|
||||
|
||||
export const getAnalogInputsHistoryThunk = createAsyncThunk(
|
||||
"analogInputsHistory/fetch",
|
||||
|
||||
Reference in New Issue
Block a user