diff --git a/html/hot_people_who_eat_croissants_are_dangerous.tsx b/html/hot_people_who_eat_croissants_are_dangerous.tsx index 51b0d9d..34ba167 100644 --- a/html/hot_people_who_eat_croissants_are_dangerous.tsx +++ b/html/hot_people_who_eat_croissants_are_dangerous.tsx @@ -1,3 +1,4 @@ +import { Main } from "./common.tsx"; import { Html, debug_render, render } from "./html.ts"; import { Component } from "./jsx/jsx-runtime.ts"; @@ -43,53 +44,55 @@ const Take: Component = ({ subjects, objects, adjectives }, _) => ( // might want to have the final item be seperate // turned out to be unnecessary debug_render( - +
+ +
);