chore: rename service/thunk files to follow get/fetch naming convention
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// /redux/slices/tdmChartSlice.ts
|
||||
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
|
||||
import { fetchAllTDMData } from "../thunks/fetchAllTDMThunk";
|
||||
import { fetchAllTDMData } from "../thunks/getAllTDMThunk";
|
||||
import type { TDMEntry } from "../types/tdmEntryTypes";
|
||||
|
||||
interface TDMChartState {
|
||||
|
||||
Reference in New Issue
Block a user