UNPKG

@xcpcio/board-app

Version:
9 lines (6 loc) 175 B
import type { Image } from "@xcpcio/types"; export function GET_LOGO_HUNAN_CPC(): Image { const image: Image = {}; image.url = "/logos/hunan_cpc.png"; return image; }