'use client' import { Navbar, NavbarContent } from '@nextui-org/navbar'; import { Avatar, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger } from '@nextui-org/react'; import React from 'react' import { ThemeSwitch } from '../theme-switch'; interface Props { children: React.ReactNode; pageTitle?: string; } export default function HumasNavbarWrapper({ children }: Props) { return (
Signed in as
zoey@example.com