Fix TS compile error

This commit is contained in:
2026-04-23 14:24:11 -04:00
parent 97c0fb7f8e
commit f2e29f2735

View File

@@ -1,5 +1,6 @@
import { useEffect, useState } from 'preact/hooks' import { useEffect, useState } from 'preact/hooks'
import './times.css' import './times.css'
import type { JSX } from 'preact'
interface TimesPracticeParams { interface TimesPracticeParams {
maxNum : number maxNum : number