import { JSXElement } from "solid-js"; export function Debug(): JSXElement { return <>debug; }