Files
klz-cables.com/.pnpm-store/v10/files/b2/43651f26390d347fcbaa786c4be44523aebc1f8c092628955df9bd8492cc9a1481653670508405dacd4150c1e15d9975c02391e0ef0392b62be1667cb526e1
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

10 lines
420 B
Plaintext

// Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2.0 License.
//
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2021 Datadog, Inc.
import { createHook } from './create-hook.mjs'
const { initialize, load, resolve, getFormat, getSource } = createHook(import.meta)
export { initialize, load, resolve, getFormat, getSource }