/[sudobot]/branches/8.x/docs/hooks/useActualPathname.tsx
ViewVC logotype

Contents of /branches/8.x/docs/hooks/useActualPathname.tsx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/typescript
File size: 162 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 "use client";
2
3 import { usePathname } from "next/navigation";
4
5 export default function useActualPathname() {
6 return usePathname().replace(/\.mdx?$/gi, "");
7 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26