From a4ec89fb1fae98477313cf68b4f1e061c91cadd7 Mon Sep 17 00:00:00 2001 From: PRATHAM KARMARKAR Date: Mon, 1 Jul 2024 18:49:55 +0530 Subject: [PATCH] changes --- Frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/App.jsx b/Frontend/src/App.jsx index 9c20898..bd15c27 100644 --- a/Frontend/src/App.jsx +++ b/Frontend/src/App.jsx @@ -2,7 +2,7 @@ import React from 'react' const App = () => { return ( -
SAKET
+
PRATHAM
) }