feat(core): Refactor and enhance consent management components

This commit is contained in:
2025-01-13 22:20:19 +01:00
parent 78a62196f3
commit de925b28fa
12 changed files with 543 additions and 507 deletions

View File

@ -1,10 +1,8 @@
// dees tools
import * as deesWccTools from '@design.estate/dees-wcctools';
import * as deesDomTools from '@design.estate/dees-domtools';
// elements and pages
import * as elements from '../ts_web/elements/index.js';
import * as pages from '../ts_web/pages/index.js';
deesWccTools.setupWccTools(elements as any, pages);
deesDomTools.elementBasic.setup();