Files
klz-cables.com/.pnpm-store/v10/files/a4/99496207c4f9b9cc0e49216652f77f7b7afd8725caa8c9bbdfc1ad4601de6c3f3f01d2c3dd354448aef1b515aaf421ba19ca59f044ce98946342ec1fc8107b
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
218 B
Plaintext

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