import Chance from 'chance'; export default () => { const chance = new Chance(); const name = chance.name(); return /*html*/ `

A Twitter clone in htmx and Node

`; };