diff --git a/client/src/Pages/Accounts.jsx b/client/src/Pages/Accounts.jsx index de7921d..ba01894 100644 --- a/client/src/Pages/Accounts.jsx +++ b/client/src/Pages/Accounts.jsx @@ -4,6 +4,7 @@ import axios from "axios"; import { ToastContainer, toast } from "react-toastify"; import "react-toastify/dist/ReactToastify.css"; import Navbar from "./Navbar"; +import Footer from "./Footer"; function HomePage(props) { @@ -101,6 +102,7 @@ function HomePage(props) { )} +