From acb91a48a1241753b9da06800caeccd118c4389a Mon Sep 17 00:00:00 2001 From: Basavaraja K J <97227305+basavarajakj@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:53:52 +0000 Subject: [PATCH] Added navigatio to home page from about screen --- src/pages/about/index.jsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pages/about/index.jsx b/src/pages/about/index.jsx index 7ae036d..a5c22af 100644 --- a/src/pages/about/index.jsx +++ b/src/pages/about/index.jsx @@ -1,12 +1,15 @@ +import { Link } from "react-router-dom"; + export function AboutPage() { return (