- Consolidate the react-trello dir into the production-board-kanban.component.jsx dir

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-07-05 21:29:44 -04:00
parent 8e50d0ba53
commit 8199ab83ef
245 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import Lh from "../../components/trello-board/helpers/LaneHelper";
import Lh from "../../components/production-board-kanban/trello-board/helpers/LaneHelper";
const boardReducer = (state = { lanes: [] }, action) => {
const { payload, type } = action;