Files
klz-cables.com/.pnpm-store/v10/files/29/d380931496d9385cd2974c117ad1cff2b2450ba9a269d5622f6af97b991764ce16fdced07733578ff6cfadd224896b9e244e962828967a1261c17b1134e46f
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
242 B
Plaintext

import { entityKind } from "../entity.js";
import { View } from "../sql/sql.js";
class SingleStoreViewBase extends View {
static [entityKind] = "SingleStoreViewBase";
}
export {
SingleStoreViewBase
};
//# sourceMappingURL=view-base.js.map