import { PRODUCT_NAME } from "../../../core/config"; export function ChatHeader() { return (
{PRODUCT_NAME}
); }