From f2e29f273511b7e7cc1a50fb4c6069a4bbed7e76 Mon Sep 17 00:00:00 2001 From: David Baer Date: Thu, 23 Apr 2026 14:24:11 -0400 Subject: [PATCH] Fix TS compile error --- src/times.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/times.tsx b/src/times.tsx index bffc92e..175596a 100644 --- a/src/times.tsx +++ b/src/times.tsx @@ -1,5 +1,6 @@ import { useEffect, useState } from 'preact/hooks' import './times.css' +import type { JSX } from 'preact' interface TimesPracticeParams { maxNum : number