import ProfileField from "./profilefield"; const ProfileTab = ({ userInfo }:any) => { return (

اطلاعات شخصی

); }; export default ProfileTab;