From f1ea2c6d776719d3986ea32c6d9a456afdc5e3a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 14:59:30 +0000 Subject: [PATCH] Update src/app/i18n.ts --- src/app/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/i18n.ts b/src/app/i18n.ts index e1f97c3..1a7173c 100644 --- a/src/app/i18n.ts +++ b/src/app/i18n.ts @@ -1,4 +1,4 @@ -// @ts-expect-error +// @ts-expect-error next-intl type issue import { getRequestConfig } from 'next-intl'; import { notFound } from 'next/navigation';