'use client' import { usePathname } from 'next/navigation'; import React from 'react' export default function PortalPPID() { const pathname = usePathname(); console.log(pathname) return (