From 10ff8fc4328d741866503927f9017137bf9fe1f5 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Wed, 31 Jul 2024 15:22:22 -0700 Subject: [PATCH] Reverting in favor of correcting in new Production Board Signed-off-by: Allan Carr --- .../pages/production-board/production-board.component.jsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client/src/pages/production-board/production-board.component.jsx b/client/src/pages/production-board/production-board.component.jsx index 8514a46dd..9b69da414 100644 --- a/client/src/pages/production-board/production-board.component.jsx +++ b/client/src/pages/production-board/production-board.component.jsx @@ -1,12 +1,6 @@ import React from "react"; -import NoteUpsertModal from "../../components/note-upsert-modal/note-upsert-modal.container"; import ProductionBoardKanbanContainer from "../../components/production-board-kanban/production-board-kanban.container"; export default function ProductionBoardComponent() { - return ( - <> - - - - ); + return ; }