import * as React from "react"; function CloudCard1(props) { return (
{props.children}
); } export default CloudCard1;