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

4 lines
194 B
Plaintext

import { createContext, use } from 'react';
export const TableColumnContext = createContext({});
export const useTableColumns = () => use(TableColumnContext);
//# sourceMappingURL=context.js.map