import { CSGO } from "csgogsi"; import LexoRadarContainer from './LexoRadar/LexoRadarContainer'; interface Props { radarSize: number, game: CSGO } const Radar = ({ radarSize, game }: Props) => { const { players, player, bomb, grenades, map } = game; return } export default Radar;