(
>
)}
+
+
{input.length > 3 ? (
diff --git a/app/types/global.d.ts b/app/types/global.d.ts
index a1f6789..193c65d 100644
--- a/app/types/global.d.ts
+++ b/app/types/global.d.ts
@@ -1,3 +1,5 @@
interface Window {
showDirectoryPicker(): Promise;
+ webkitSpeechRecognition: typeof SpeechRecognition;
+ SpeechRecognition: typeof SpeechRecognition;
}