From cf7cd89a5c4a46abf549782c94720b6bda329b5b Mon Sep 17 00:00:00 2001 From: Amie here! <124485878+Ameer114@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:02:07 +0530 Subject: [PATCH] Update App.jsx removed unnecessary lines --- Video 110/src/App.jsx | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/Video 110/src/App.jsx b/Video 110/src/App.jsx index 2383f6c..0f1d9d7 100644 --- a/Video 110/src/App.jsx +++ b/Video 110/src/App.jsx @@ -1,6 +1,4 @@ import { useState } from 'react' -import reactLogo from './assets/react.svg' -import viteLogo from '/vite.svg' import './App.css' function App() { @@ -34,15 +32,6 @@ function App() { return ( <> -
- - Vite logo - - - React logo - -
-

Vite + React

{showbtn ? : } {/* {showbtn && } */} @@ -54,17 +43,10 @@ function App() {
{todo.desc}
})} -
+ -

- Edit src/App.jsx and save to test HMR -

-
-

- Click on the Vite and React logos to learn more -

) }