From cefd68af9064b885b807fb9ceb4e78f656555bf8 Mon Sep 17 00:00:00 2001 From: Nikhil Nawgiri Date: Sun, 27 Oct 2024 02:55:55 +0200 Subject: [PATCH] Update HTML content: remove vite defaults --- fe/src/App.tsx | 21 +-------------------- fe/src/components/search/Search.tsx | 2 +- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/fe/src/App.tsx b/fe/src/App.tsx index de79a09..76e2bde 100644 --- a/fe/src/App.tsx +++ b/fe/src/App.tsx @@ -19,26 +19,7 @@ function App() { searchString={searchString} setSearchString={setSearchString} /> -
- - Vite logo - - - React logo - -
-

Vite + React

-
- -

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

-
-

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

+

Wishlist

) } diff --git a/fe/src/components/search/Search.tsx b/fe/src/components/search/Search.tsx index 1d6d902..b3919e2 100644 --- a/fe/src/components/search/Search.tsx +++ b/fe/src/components/search/Search.tsx @@ -47,7 +47,7 @@ const Search = ({ setSearchResults, setSearchString, searchString }: SearchProps ref={inputRef} /> );