From aeeceef4cf85d1b8e84eb7537cdd3cad5316951b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Tue, 30 Jan 2024 19:32:21 +0900 Subject: [PATCH] =?UTF-8?q?react=20strap=20css=EA=B9=A8=EC=A7=90=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/account/register/AccountRegisterForm.js | 3 +-- src/components/account/register/AccountRegisterTerm.js | 3 +-- src/containers/basis/dron/BasisDronDetailContainer.js | 7 ++++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/account/register/AccountRegisterForm.js b/src/components/account/register/AccountRegisterForm.js index 70b26735..3dbb11ee 100644 --- a/src/components/account/register/AccountRegisterForm.js +++ b/src/components/account/register/AccountRegisterForm.js @@ -4,12 +4,11 @@ import classnames from 'classnames'; import { isObjEmpty } from '@utils'; import { useForm } from 'react-hook-form'; import { yupResolver } from '@hookform/resolvers/yup'; -import { Button } from 'reactstrap'; +import { Button, FormGroup } from 'reactstrap'; import { Form, Label, Input, - FormGroup, Row, Col, Modal, diff --git a/src/components/account/register/AccountRegisterTerm.js b/src/components/account/register/AccountRegisterTerm.js index 093e1588..49e484c1 100644 --- a/src/components/account/register/AccountRegisterTerm.js +++ b/src/components/account/register/AccountRegisterTerm.js @@ -1,7 +1,6 @@ import { useEffect, useState } from 'react'; -import { Button } from 'reactstrap'; +import { Button, FormGroup } from 'reactstrap'; import { - FormGroup, Row, Col, CustomInput, diff --git a/src/containers/basis/dron/BasisDronDetailContainer.js b/src/containers/basis/dron/BasisDronDetailContainer.js index be455e7d..a48415f2 100644 --- a/src/containers/basis/dron/BasisDronDetailContainer.js +++ b/src/containers/basis/dron/BasisDronDetailContainer.js @@ -1,5 +1,6 @@ import { useEffect, useState } from 'react'; -import { Button, Col, Row } from '../../../components/ui/index'; +import { Col, Row } from '../../../components/ui/index'; +import { Button } from 'reactstrap'; import { useForm } from 'react-hook-form'; import { useDispatch, useSelector } from 'react-redux'; // yup @@ -241,7 +242,7 @@ export const BasisDronDetailContainer = props => { return ( - + { isDisabled={props.isDisabled} /> - +