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
- >
+
)
);