| 1 | import { availableLocaleCodes, defaultLocale } from '@node-core/website-i18n'; |
| 2 | import defaultMessages from '@node-core/website-i18n/locales/en.json'; |
| 3 | import { getRequestConfig } from 'next-intl/server'; |
| 4 |
nothing calls this directly
no test coverage detected