kontenhumas-fe/components/navigation.ts

9 lines
256 B
TypeScript

import { createSharedPathnamesNavigation } from 'next-intl/navigation';
import { locales } from '@/config';
export const { Link, redirect, usePathname, useRouter } =
createSharedPathnamesNavigation({
locales: locales,
defaultLocale: "in",
});