You scored the refurb - here's the short list of accessories worth adding.
Most work with both machines; the tag on each tells you what it fits. Every pick links straight to the buy page.
);
}
function FitTag({ fit }) {
const both = fit.length > 1;
return (
{fit.map((kind) => )}
{both ? "Works with both" : `${DEVICE_NAME[fit[0]] || fit[0]} only`}
);
}
function AccessoryCard({ item, fit }) {
const Icon = ICONS[item.icon];
return (