export const Navbar = ( { navItems, currentPath, children }: { navItems: any[]; currentPath: string; children?: any; }, ) => { return (
AY Auth-Yes {/* Desktop Nav Links */}
{children}
); };