From e5f30010a267640678aae09326a4906b24f68044 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:37:53 +0000 Subject: [PATCH] Update src/config.ts --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 1fe1c5e..5f14037 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,4 +1,4 @@ -import { Pathnames } from 'next-intl/navigation'; +import { Pathnames } from 'next-intl'; export const locales = ['en', 'ar'] as const; export const defaultLocale = 'ar'; // Set default to Arabic as current content is Arabic