Parent Directory
|
Revision Log
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 |