Fixed navbar issue, added panel Consolidated page

This commit is contained in:
Harshitha Shetty
2025-03-08 05:21:26 +05:30
parent d8fe5fcc42
commit eba147b988
3 changed files with 119 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
import React, { useState, useEffect } from "react";
import { Container, Col, Row, Button, Spinner, Navbar } from "react-bootstrap";
import { Container, Col, Row, Button, Spinner } from "react-bootstrap";
import axios from "axios";
import { ToastContainer, toast } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";
import Navbar from "./Navbar";
function HomePage(props) {