[feat] facet filtering setup

This commit is contained in:
2026-02-28 17:20:00 -05:00
parent a663641cd5
commit 89a670523b
4 changed files with 44 additions and 15 deletions

3
src/assets/js/main.js Normal file
View File

@@ -0,0 +1,3 @@
const filterfacet = (event) => {
console.log(event);
}