uninstall redux-persist, weil nimmt viel Performance weg
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// /redux/thunks/getAnalogInputsThunk.ts
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { fetchAnalogInputsService } from "@/services/fetchAnalogInputsService";
|
||||
import { setAnalogInputs } from "@/redux/slices/analogInputsSlice";
|
||||
import { setAnalogInputs } from "@/redux/slices/analogInputs/analogInputsSlice";
|
||||
|
||||
/**
|
||||
* Holt die analogen Eingänge von der API und speichert sie in Redux.
|
||||
|
||||
Reference in New Issue
Block a user