/* eslint-disable */ // ───────────────────────────────────────────────────────────── // searchgg · 전적검색(프로필) 화면 — 메인 헤더 유지 + 검색 서브헤더 // 섹션 컴포넌트는 sa-profile-sections.jsx (window 전역) // ───────────────────────────────────────────────────────────── function ProfileScreen({ player, onClose, onPick, onLogin, onClan, onCommunity }) { const SA = window.SA; const p = player; const [tab, setTab] = React.useState('전적'); const tabs = ['전적', '통계']; return (
); } Object.assign(window, { ProfileScreen });