8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | );
19 | };
20 |
21 | export default SectionButton;
22 |
--------------------------------------------------------------------------------
/src/components/organisms/SectionInput/index.tsx:
--------------------------------------------------------------------------------
1 | import { Col, Form, Input, Row } from 'antd';
2 | import React from 'react';
3 | import { SectionWrapper } from '../../moleculs';
4 |
5 | const SectionInput = () => {
6 | return (
7 |