fix(wcc-dashboard): Improve scroll listener management and add new test pages

This commit is contained in:
Juergen Kunz
2025-06-26 23:11:58 +00:00
parent b6c41caf44
commit c1d8e347de
8 changed files with 161 additions and 8 deletions

2
test/pages/index.ts Normal file
View File

@ -0,0 +1,2 @@
export * from './page1.js';
export * from './pageLongScroll.js';