import { StateUpdater } from "preact/hooks"; import { ChatStore } from "./app"; const Help = (props: { children: any; help: string }) => { return (
{props.children}