Parent Directory
|
Revision Log
chore: push code for v9 [second attempt]
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 |