From 1a1bb0c5dfd4ee26e06d42f9935878d8588f48e9 Mon Sep 17 00:00:00 2001 From: Zimminho Date: Sun, 29 Oct 2023 15:41:58 +0100 Subject: [PATCH] Tab Name --- public/index.html | 2 +- src/App.tsx | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index aa069f2..eff162d 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + AI Prompters diff --git a/src/App.tsx b/src/App.tsx index da877fc..6d4d2e1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,9 +8,6 @@ import { QuizzMaster } from './component/quizz-master'; const App: React.FunctionComponent = () => { - - - return (