/*! ========================================================= * Argon Dashboard React - v1.2.4 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-react * Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ import { Link } from "react-router-dom"; // reactstrap components import { UncontrolledCollapse, NavbarBrand, Navbar, NavItem, NavLink, Nav, Container, Row, Col, } from "reactstrap"; const AdminNavbar = () => { return ( <> ...
...
); }; export default AdminNavbar;