feat(wcctools): Add section-based configuration API for setupWccTools, new Views, and section-aware routing/sidebar

This commit is contained in:
2025-12-28 12:51:55 +00:00
parent dd151bdad8
commit 14e63738b7
14 changed files with 1709 additions and 212 deletions

3
test/views/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from './view-dashboard.js';
export * from './view-settings.js';
export * from './view-empty-state.js';