import Link from "next/link"; const PoweredByCalendso = (props) => (
powered by{" "} Calendso Logo
); export default PoweredByCalendso;