mirror of
https://github.com/johndoe6345789/postgres.git
synced 2026-04-24 22:04:58 +00:00
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
import { createNavigation } from 'next-intl/navigation';
|
|
import { routing } from './I18nRouting';
|
|
|
|
export const { usePathname } = createNavigation(routing);
|