diff --git a/src/App.tsx b/src/App.tsx
index e9adacf..3cc2eeb 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,3 +1,4 @@
+import MetricCard from "./components/MetricCard";
import Navbar from "./components/Navbar";
import Footer from "./components/Footer";
import ScrollProgressBar from './components/ScrollProgressBar';
diff --git a/src/Routes/Router.tsx b/src/Routes/Router.tsx
index 007d11d..1ef8817 100644
--- a/src/Routes/Router.tsx
+++ b/src/Routes/Router.tsx
@@ -1,3 +1,5 @@
+
+import Metrics from "../components/MetricCard.tsx";
import { Navigate, Route, Routes } from "react-router-dom";
import Home from "../pages/Home/Home"; // Import the Home component
@@ -7,6 +9,7 @@ import Contributors from "../pages/Contributors/Contributors";
import Signup from "../pages/Signup/Signup.tsx";
import Login from "../pages/Login/Login.tsx";
import UserProfile from "../pages/UserProfile/UserProfile.tsx";
+import MetricCard from "../components/MetricCard.tsx";
const Router = () => {
return (
@@ -20,6 +23,8 @@ const Router = () => {
+ Click the button below to view the Github metrics of {username} +
+ + View Metrics + +