import Groups, { GroupsProps } from './Groups';
import GroupsSkeleton from './Skeleton';
export default Groups;
export { GroupsProps, GroupsSkeleton };
