diff --git a/public/index.html b/public/index.html
index aa069f2..12c9ff8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -24,8 +24,16 @@
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
+ RouterArena
+
+
+
diff --git a/src/App.tsx b/src/App.tsx
index a924740..0ae2848 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -5,13 +5,11 @@ import Header from './components/Header';
import HomePage from './pages/HomePage';
import LeaderboardPage from './pages/LeaderboardPage';
import SubmitPromptPage from './pages/SubmitPromptPage';
-import GoogleAnalytics from './components/GoogleAnalytics';
const App: React.FC = () => {
return (