Create a StatsGroup component that displays a grouping of Stats components (see #24)
Acceptance Criteria:
[ ] Should accept a labelText prop (required)
[ ] Should accept a stats prop (required)
[ ] The stats prop would be an array of props of Stat components so that StatsGroup can dynamically render a group of children (Stat) based on the element's props
Create a StatsGroup component that displays a grouping of Stats components (see #24)
Acceptance Criteria: