- MAJOR DND PROGRESS UPDATE

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-06-12 17:27:38 -04:00
parent 10f60752c8
commit a8f2ca5643
23 changed files with 113 additions and 2526 deletions

View File

@@ -1,5 +1,5 @@
import { groupBy } from "lodash";
import fakeData from "./testData/board300.json";
import fakeData from "./testData/board1200.json";
const sortByParentId = (arr) => {
// return arr.reduce((accumulator, currentValue) => {