import React from 'react' import styles from '../styles.module.css' function List({ groupName, members = [] }) { return (
Members