import { Navbar, NavbarBrand, NavbarContent, NavbarItem } from '@nextui-org/navbar'; import { Avatar, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger } from '@nextui-org/react'; import Link from 'next/link'; import React, { Children } from 'react' import { ThemeSwitch } from '../theme-switch'; interface Props { children: React.ReactNode; pageTitle?: string; pageSubTitle?: string; pageSubSubTitle?: string; mainHref?: any; subHref?: any; } export default function PPIDAdminNavbarWrapper({ children, pageTitle, pageSubTitle, pageSubSubTitle, mainHref, subHref }: Props) { return (
Signed in as
zoey@example.com