import { Signal } from "@char/aftercare"; import { ChatResponse } from "./response.tsx"; const route = new Signal(window.location.hash.substring(1) || undefined); let lastRoute: string | undefined = ""; const main = document.querySelector("main")!; async function nav() { const nav =