chore(tsconfig): fix moduleResolution and path aliases for Next.js project
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// /redux/slices/tdrChartSlice.ts
|
||||
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
|
||||
import { fetchAllTDRChartData } from "../thunks/fetchAllTDRChartThunk";
|
||||
import { fetchAllTDRChartData } from "@/redux/thunks/getAllTDRChartThunk";
|
||||
|
||||
interface TDRChartState {
|
||||
data: any[];
|
||||
|
||||
Reference in New Issue
Block a user