import React from 'react' export const NumberCircle = ({ nr, color = 'secondary' }) => ( {nr} )