diff --git a/server/client/src/Components/Menu.js b/server/client/src/Components/Menu.js
index d529b6d1f0751480570cff5f6234c08a3e17c27f..ec8d517740974c0244e7906fe0354b8f38d47721 100644
--- a/server/client/src/Components/Menu.js
+++ b/server/client/src/Components/Menu.js
@@ -41,7 +41,7 @@ function Menu() {
if (state) return
return (
-
+
(
- < form onSubmit={handleSubmit} className="asd">
+
)}
diff --git a/server/client/src/Pages/WritePage.js b/server/client/src/Pages/WritePage.js
index b9bac36b8d49a5c07cae90120951f99173ca4bc1..b172ed5ae859bb0abd4a8f3d054c4d9eca0de88f 100644
--- a/server/client/src/Pages/WritePage.js
+++ b/server/client/src/Pages/WritePage.js
@@ -3,7 +3,7 @@ import { Link, Redirect } from 'react-router-dom';
import Menu from '../Components/Menu';
import * as Yup from 'yup';
import axios from 'axios';
-import { Container, Row, Col } from 'react-bootstrap';
+import { Container, Row, Col, Form } from 'react-bootstrap';
import { Field, Formik } from 'formik';
function Write() {
@@ -18,7 +18,7 @@ function Write() {
-
+
(
-
+ // 제목
+ //
+ //
+ //
+ // 내용
+ //
+ //
+ //
+
)}
@@ -83,5 +96,5 @@ function Write() {
)
}
-
+
export default Write