import { render_and_copy } from "./common.tsx"; const ThisIsNotAChost = ({ depth = 1, max_depth, }: { depth?: number; max_depth: number; }) => (
{depth < max_depth ? ( ) : ( hi lol )}