UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

9 lines (8 loc) 263 B
/** * This is the default entry file when consumers import from * 'next-intl'. We use the client APIs in this case. * * Note that the `react-server` environment (i.e. RSC) imports * from `./react-server` instead. */ export * from './react-client/index.js';