import { ComponentChildren } from "preact"; import { Cycle, render_and_copy } from "./common.tsx"; const Msg = ({ hash, children, bridge = " then", click_blue = "click blue", }: { hash: string; children: ComponentChildren; bridge?: string; click_blue?: string; }) => ( {children} {bridge}{" "} {click_blue} ); render_and_copy( here's how this works:{" "} you click red click red one more time.{" "} click red , no matter what. got it? did you click this too? um... "me?" it's... fine. don't sweat it, blue. whatever. we can still salvage this. probably. let's just... what were we even doing? yeah, yeah of course. but why?? that's not a reason! don't tell me to c- you know what, let's not. );