//@flow import { Icon } from '@blueprintjs/core'; import * as React from 'react'; import './PlayerCount.css'; type PlayerCountProps = { nbPlayers: number, } export const PlayerCount = ({nbPlayers}: PlayerCountProps) =>