import type { HTMLAttributes } from "react"; import "./PoweredBy.scss"; export default function PoweredBy(props: HTMLAttributes) { return (
Powered by{" "} Chat Widget
); }