import React from "react"; import styles from "./Facepile.module.css"; import classNames from "classnames"; import { Avatar } from "./Avatar"; export function Facepile({ className, participants, ...rest }) { return (