diff --git a/frontend-interface/components/DragAndDropGrid.js b/frontend-interface/components/DragAndDropGrid.js index dc286b0d..68a6524f 100644 --- a/frontend-interface/components/DragAndDropGrid.js +++ b/frontend-interface/components/DragAndDropGrid.js @@ -273,7 +273,7 @@ export default function DragAndDropGrid() { return (
- {/* Title Section */} + {/* Title */}
>>>>>> 32e2a8731673b696e6d9ae61d7c53941aac04b1d import fetchMock from 'jest-fetch-mock'; fetchMock.enableMocks();