···11import { define } from "../utils.ts";
2233-export default define.page(function Home(ctx) {
33+export default define.page(function Home(_ctx) {
44 return (
55 <div>
66- Hello World
66+ This is a placeholder for a future bot settings and record creation
77+ page.
78 </div>
89 );
910});
···3535 avatarUrl?: string;
3636 bannerUrl?: string;
3737 };
3838+ // it is not obvious to me why but the official lexicon has type Record<string, unknown> here
3939+ record: import("./lexicons/index.ts").PlaceStreamChatMessage.Main;
3840}