import { createSignal } from 'solid-js' export function Hello(props) { const [times, setTimes] = createSignal(2) return <>