From 89bb46fdf2eecf011dafd37ff05264cca96ee024 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 14:58:03 +0000 Subject: [PATCH] Update src/app/i18n.ts --- src/app/i18n.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/i18n.ts b/src/app/i18n.ts index 0ae368b..8fcb110 100644 --- a/src/app/i18n.ts +++ b/src/app/i18n.ts @@ -1,3 +1,4 @@ +// @ts-ignore import { getRequestConfig } from 'next-intl'; import { notFound } from 'next/navigation';