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 (

작성자 정보

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

시니어 정보

시니어 선택
시니어 이름 시니어등록번호
시니어 연락처 시니어 주소
); }