5 lines
208 B
TypeScript
5 lines
208 B
TypeScript
|
|
import {createSharedPathnamesNavigation} from 'next-intl/navigation';
|
||
|
|
import {locales} from '@/config';
|
||
|
|
|
||
|
|
export const {Link, redirect, usePathname, useRouter} =
|
||
|
|
createSharedPathnamesNavigation({locales,});
|