Skip to content

Commit

Permalink
Merge pull request #2940 from sailaja-adapa/foot
Browse files Browse the repository at this point in the history
Fixed Footer
  • Loading branch information
panwar8279 authored Aug 10, 2024
2 parents a07f111 + 9474861 commit 6a566f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
import React, { useState, useEffect, Suspense, lazy } from "react";
import { Route, Routes } from "react-router-dom"; // Correct import

import "./App.css";
import About from "./Component/About";
import Footer from "./Component/Footer";
import Rateus from "./Component/Rateus";
import Home from "./Component/Home";
import Navbar from "./Component/Navbar/Navbar";
import BookMark from "./Component/BookMark";
import ChatAssistant from "./ChatAssistant/ChatAssistant";
import NotFound from "./Component/NotFound";
import BackToTopButton from "./Component/BackToTopButton";
import OpenSource from "./Component/OpenSource";
import Review from "./Component/Review";
import "./App.css";
import AOS from "aos";
import "aos/dist/aos.css";
Expand Down

0 comments on commit 6a566f8

Please sign in to comment.