Files
klz-cables.com/.pnpm-store/v10/files/b0/a876a6a3cabd7ef5d60159d375aa83af414382b6beb21fcf55c717ef8b176d3767a029dd6e6a935874e85ca985e0a16f40c896178a3c39b1f49b4a61173ebd
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

17 lines
789 B
Plaintext

/**
* This is the main entry file when 'react-server' environments
* (i.e. RSC) import from 'next-intl'. Currently we export everything
* from `use-intl` core, but React-APIs are stubbed out.
*
* Make sure this mirrors the API from '../react-client'.
*/
export { default as useLocale } from './useLocale.js';
export { default as useTranslations } from './useTranslations.js';
export { default as useFormatter } from './useFormatter.js';
export { default as useNow } from './useNow.js';
export { default as useTimeZone } from './useTimeZone.js';
export { default as useMessages } from './useMessages.js';
export { default as NextIntlClientProvider } from './NextIntlClientProviderServer.js';
export { default as useExtracted } from './useExtracted.js';
export * from 'use-intl/core';