import React from "react"; import InfoCardProps from "../../types/InfoCardProps"; export default function InfoCard(props: {style?: any, className?: string, info: InfoCardProps}) { return (
{props.info.description}
{s}