From e10dd2ac415419ca65d4c26889e24b25a9847b8e Mon Sep 17 00:00:00 2001 From: Shivshankar Date: Thu, 11 Jul 2024 16:00:23 -0400 Subject: [PATCH] Update App.tsx --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index e3a196c..581c0db 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,7 @@ import React from "react"; import "./App.css"; function App() { - return
; + return
hi
; } export default App;