From a66f416029ecbfaa106686ef71fc569fbcdfe6a8 Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 21 Aug 2023 23:19:43 -0400 Subject: [PATCH] i lied --- html/find-the-code-together.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/find-the-code-together.tsx b/html/find-the-code-together.tsx index cdaab43..2457ef6 100644 --- a/html/find-the-code-together.tsx +++ b/html/find-the-code-together.tsx @@ -1,4 +1,4 @@ -import { randirect } from "./common.tsx"; +import { Main, randirect } from "./common.tsx"; import { render } from "preact-render-to-string"; // 0 will be hidden (but it will be obvious that that is a thing, i don't think @@ -107,7 +107,7 @@ if (answer.length != 30) throw `dude ${answer.length}`; console.log( render( - <> +
see if you have the right answer - +
) );