From f0ce3d0da40e01434dee9c0104a72646164cbf90 Mon Sep 17 00:00:00 2001 From: vivek-918 <3621@apsjorhat.org> Date: Fri, 24 Feb 2023 15:32:38 +0530 Subject: [PATCH 001/143] Basic structure established --- src/App.jsx | 9 ++--- src/Components/Footer/Footer.jsx | 30 +++++++++++++++ src/Components/Footer/Footer.module.scss | 48 ++++++++++++++++++++++++ src/Components/index.jsx | 3 +- 4 files changed, 84 insertions(+), 6 deletions(-) create mode 100644 src/Components/Footer/Footer.jsx create mode 100644 src/Components/Footer/Footer.module.scss diff --git a/src/App.jsx b/src/App.jsx index 36c4538..ecd44e0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2,15 +2,14 @@ import { Routes, Route } from "react-router-dom"; import { Home } from "./Pages"; -import { Navbar } from "./Components"; +import { Navbar,Button,Footer } from "./Components"; + const App = () => { return ( <> - - - } /> - +