import { Cycle, render_and_copy } from "./common.tsx"; const emojis = [ "🏡", "🌳", "🌲", "🎄", "🐦", "🦊", "🦌", "🐶", "🐕", "🐩", "🦈", ]; const Emoji = ({ children }: { children: string }) =>