cards/clients/solid/src/components/Debug.tsx

6 lines
101 B
TypeScript
Raw Normal View History

2024-10-15 21:09:11 -04:00
import { JSXElement } from "solid-js";
export function Debug(): JSXElement {
return <>debug</>;
}