From f24445ee15ace810c6ac618fabaf6e80f2bc1ee5 Mon Sep 17 00:00:00 2001 From: shambhavisharma0110 Date: Fri, 19 Mar 2021 19:48:14 +0530 Subject: [PATCH 1/2] footer added --- client/src/App.js | 4 +++ client/src/Component/Footer/Footer.css | 9 +++++ client/src/Component/Footer/Footer.js | 49 ++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 client/src/Component/Footer/Footer.css create mode 100644 client/src/Component/Footer/Footer.js diff --git a/client/src/App.js b/client/src/App.js index 729fbd9f..698feb12 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -6,9 +6,11 @@ import store from './store/store'; import SignUp from './Component/SignUp/SignUp'; import { FeedPage } from './Component/feedpage/FeedPage'; import SignIn from "./Component/SignIn/SignIn"; +import Footer from './Component/Footer/Footer'; function App() { return ( + <>
@@ -22,6 +24,8 @@ function App() {
+