File tree Expand file tree Collapse file tree 4 files changed +1224
-335
lines changed
Expand file tree Collapse file tree 4 files changed +1224
-335
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * Components Loader
3+ *
4+ * This file imports all web components used in the application
5+ * to ensure they are registered before they are used.
6+ */
7+
8+ // Import all components
9+ import './components/pf-header.js' ;
10+ import './components/pf-footer.js' ;
11+ import './components/pf-hero.js' ;
12+ import './components/pf-dialog.js' ;
13+ import './components/language-switcher.js' ;
14+ import './components/api-key-manager.js' ;
15+ import './components/subscription-form.js' ;
16+ import './components/simple-counter.js' ;
17+ import './components/tab-container.js' ;
18+ import './components/document-editor.js' ;
19+ import './components/document-history.js' ;
20+ import './components/html-editor.js' ;
21+ import './components/markdown-editor.js' ;
22+ import './components/slides-editor.js' ;
23+ import './components/table-editor.js' ;
24+ import './components/state-example.js' ;
25+ import './components/about-section.js' ;
26+
27+ console . log ( 'All components loaded and registered' ) ;
You can’t perform that action at this time.
0 commit comments