Files
klz-cables.com/.pnpm-store/v10/files/c2/d96581bfbe5d2ac722b4adaa34d38aa2608a6614df82ff20a68da533b79a1bf3e6752d5f64a2878dd3464ca6ff8a1b96604905d662915b4b4f726794855e41
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

9 lines
173 B
Plaintext

import useConfig from './useConfig.js';
function useTimeZone() {
const config = useConfig('useTimeZone');
return config.timeZone;
}
export { useTimeZone as default };