From 83612960e5e93c875900c6ff832e522026227b5f Mon Sep 17 00:00:00 2001 From: ayeeesaket Date: Mon, 1 Jul 2024 18:38:50 +0530 Subject: [PATCH] added changes --- Frontend/package.json | 2 +- Frontend/src/App.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Frontend/package.json b/Frontend/package.json index dda2828..90518ef 100644 --- a/Frontend/package.json +++ b/Frontend/package.json @@ -21,6 +21,6 @@ "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", - "vite": "^5.3.1" + "vite": "^5.3.2" } } diff --git a/Frontend/src/App.jsx b/Frontend/src/App.jsx index d89aae9..9c20898 100644 --- a/Frontend/src/App.jsx +++ b/Frontend/src/App.jsx @@ -2,7 +2,7 @@ import React from 'react' const App = () => { return ( -
App
+
SAKET
) }