diff --git a/Video 110/src/App.jsx b/Video 110/src/App.jsx index 2383f6c3..0f1d9d7f 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 -

) }