export default function ResumeView({ data, onClose }) { const { profile, careers, projects, skills, main_introduction } = data; const handlePrint = () => { window.print(); }; return (
{profile.role}
{main_introduction?.content || profile.bio}
{c.description}
}{p.description}
} {p.tech_stack?.length > 0 && ({p.tech_stack.join(' · ')}
)}{skills.map(s => s.name).join(' · ')}