export const createMapUrl = (lat?: string | number, long?: string | number) =>
  `https://www.google.com/maps/@${lat},${long},15z`;
