export default function Skill({ label, link = "#" }) { return (
{label}
) }