import type { HtmxxRequest } from '../../../lib/interfaces'; export default (_: HtmxxRequest, children: string) => { return /*html*/ ` Twitter clone in htmx ${children} `; };