import React from "react"; import Button from "../../component/Button.jsx"; import ContentTitle from "../../component/ContentTitle.jsx"; import { useNavigate } from "react-router"; export default function CallInsert() { const navigate = useNavigate(); return (

작성자 정보

작성자
소속 기관
연락처
구분
내용

대상자 정보

대상자 선택
대상자 이름 대상자 등록번호
대상자 연락처 대상자 주소
); }