Feat:Added redux for the hdfspath to change the uplaod the file onto folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
// src/redux/store.js
|
||||||
|
import { configureStore } from "@reduxjs/toolkit";
|
||||||
|
import pathReducer from "./pathSlice";
|
||||||
|
|
||||||
|
export const store = configureStore({
|
||||||
|
reducer: {
|
||||||
|
path: pathReducer,
|
||||||
|
},
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user