import Icon from "./Icon"; interface Props { className?: string; } const EmptyView = (props: Props) => { const { className } = props; return (
SQLChat