'use client' import { usePathname } from 'next/navigation'; import React from 'react' export default function PoldaPage() { const pathname = usePathname(); // console.log(pathname) const url = pathname.split('/polda/')[1]; return (