From 24bcaa1eb85098c06f83e992304094b71bb1f3d0 Mon Sep 17 00:00:00 2001 From: junh_eee Date: Thu, 25 Aug 2022 19:10:49 +0900 Subject: [PATCH] . --- src/components/basis/flight/plan/FlightPlanForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/basis/flight/plan/FlightPlanForm.js b/src/components/basis/flight/plan/FlightPlanForm.js index a8d3eb6..be3574b 100644 --- a/src/components/basis/flight/plan/FlightPlanForm.js +++ b/src/components/basis/flight/plan/FlightPlanForm.js @@ -18,7 +18,7 @@ import { FlightPlanModal } from './FlightPlanModal'; import FlightPlanArcrftContainer from '../../../../containers/basis/flight/plan/FlightPlanArcrftContainer'; import FlightPlanAreaContainer from '../../../../containers/basis/flight/plan/FlightPlanAreaContainer'; import { X } from 'react-feather'; -import { useDispatch, useSelector } from 'react-redux'; +import { useSelector } from 'react-redux'; const FlightPlanForm = ({data, handleModal, handleChange, handleSave, handleDelete, modal, handleDeleteArray }) => {