Update src/i18n.ts

This commit is contained in:
2026-06-03 21:36:29 +00:00
parent a67212a4e1
commit b50e40f1c2

View File

@@ -1,4 +1,5 @@
import { notFound } from 'next/navigation';
import { getRequestConfig } from 'next-intl';
// Can be imported from a shared config
const locales = ['en', 'de'];