2025-09-23 13:07:34 +00:00
|
|
|
import { createSharedPathnamesNavigation } from 'next-intl/navigation';
|
|
|
|
|
import { locales } from '@/config';
|
2025-09-16 15:19:10 +00:00
|
|
|
|
2025-09-23 13:07:34 +00:00
|
|
|
export const { Link, redirect, usePathname, useRouter } =
|
|
|
|
|
createSharedPathnamesNavigation({
|
|
|
|
|
locales: locales,
|
|
|
|
|
defaultLocale: "in",
|
|
|
|
|
});
|