From 13ecd5a626f545c171e37ba6225811c76ddd8a5a Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Tue, 30 Dec 2025 10:22:01 -0600 Subject: [PATCH] Add quick console test. --- src/react/webApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/webApp.tsx b/src/react/webApp.tsx index 8e28c3f..88a0017 100644 --- a/src/react/webApp.tsx +++ b/src/react/webApp.tsx @@ -13,7 +13,7 @@ export default function WebApp() { (password as HTMLInputElement).style.display = 'block'; } }); - + console.log('Web App Started'); return (