import React from 'react' import stl from './circleNumber.css' export default function CircleNumber({ text }) { return ( {text} ) }