cohost/html/eggbug-spamclick-battle.tsx
mehbark c42265c7e4 pseudorandom hottake done
actually 6 hours ago but i forgot to commit. oops
2023-07-12 05:21:45 -04:00

13 lines
335 B
TypeScript

import { debug_render } from "./html.ts";
import { Component } from "./jsx/jsx-runtime.ts";
const Eggbug: Component = () => (
<img
class="eggbug"
src="https://staging.cohostcdn.org/attachment/f33b4285-0455-4128-96b8-117054af40c3/eggbugSquare.png"
alt="eggbug, smiling"
/>
);
debug_render(<Eggbug />);