File size: 98 Bytes
1e92f2d |
1 2 3 |
// This fails if the `type` keyword is removed
import { type usePathname } from 'next/navigation'
|
1e92f2d |
1 2 3 |
// This fails if the `type` keyword is removed
import { type usePathname } from 'next/navigation'
|