Files
klz-cables.com/.pnpm-store/v10/files/5e/1826489974f554fe94c75f0fc66ead520bfacbbcbb2a5dceafcaaa69d610ce7b97d484af2b6bce9c3b8619d5dabffb84cd5683b09747e574c6028e0bb326a5
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

5 lines
200 B
Plaintext

import { Actions } from './actions';
import type { State } from './types';
export declare function getInitialState(): State;
export declare function reducer(state: State, action: Actions): State;