From d5e5e3af0a7b1ad18a8d2eb521dde6b7b608a0b7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 14:58:50 +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 8fcb110..e1f97c3 100644 --- a/src/app/i18n.ts +++ b/src/app/i18n.ts @@ -1,4 +1,4 @@ -// @ts-ignore +// @ts-expect-error import { getRequestConfig } from 'next-intl'; import { notFound } from 'next/navigation'; -- 2.49.1