diff --git a/src/App.jsx b/src/App.jsx
index 87ecba6..5365cda 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -43,6 +43,7 @@ import Covid from './pages/Covid.jsx';
import Navbar from './components/Navbar.jsx';
import ContributorsWall from './pages/Contributors.jsx'
import Pokedex from './pages/Pokedex.jsx';
+import GitHubAnalyzer from './pages/GitHubAnalyzer.jsx';
// TODO: Extract theme state into context (see todo 5).
import { useState, useEffect } from 'react';
@@ -79,9 +80,10 @@ export default function App() {