cards/clients/solid/src/components/Debug.tsx
2024-10-15 21:09:11 -04:00

5 lines
101 B
TypeScript

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