From 1351a522b1b155e3721318bd42480b759721180c Mon Sep 17 00:00:00 2001 From: Aditya Atul Tirodkar Date: Thu, 25 Jun 2026 15:17:58 -0700 Subject: [PATCH] Update main.tsx for Test. --- client/web/react/src/main.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/web/react/src/main.tsx b/client/web/react/src/main.tsx index bef5202..163d721 100644 --- a/client/web/react/src/main.tsx +++ b/client/web/react/src/main.tsx @@ -3,6 +3,8 @@ import { createRoot } from 'react-dom/client' import './index.css' import App from './App.tsx' +// Test + createRoot(document.getElementById('root')!).render(