import type { Image } from "@xcpcio/types";

export function GET_LOGO_HUNAN_CPC(): Image {
  const image: Image = {};
  image.url = "/logos/hunan_cpc.png";

  return image;
}
