export default function Orbiter({ primary, secondary, backgroundColor }) { return (
  • {primary}
    {secondary}
  • ); }