diff --git a/html/hot_people_who_eat_croissants_are_dangerous.tsx b/html/hot_people_who_eat_croissants_are_dangerous.tsx index 66521ec..633b818 100644 --- a/html/hot_people_who_eat_croissants_are_dangerous.tsx +++ b/html/hot_people_who_eat_croissants_are_dangerous.tsx @@ -1,9 +1,12 @@ import { Html, debug_render } from "./html.ts"; import { Component } from "./jsx/jsx-runtime.ts"; +const peopleify = (...people: string[]): string[] => + people.map(p => `${p} people`); + const wheel = (...items: Html[]): Html => (