/*! ========================================================= * 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 { DropdownMenu, DropdownItem, UncontrolledDropdown, DropdownToggle, Form, FormGroup, InputGroupAddon, InputGroupText, Input, InputGroup, Navbar, Nav, Container, Media, } from "reactstrap"; const AdminNavbar = (props) => { return ( <> {props.brandText}
); }; export default AdminNavbar;