5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import { JSXElement } from "solid-js";
|
|
|
|
export function Debug(): JSXElement {
|
|
return <>debug</>;
|
|
}
|