Skip to content

Commit 71133ee

Browse files
committed
Merge branch 'master' of github.com:profullstack/generate-pdf-api
2 parents 95c2f3c + b8f1f66 commit 71133ee

File tree

4 files changed

+1224
-335
lines changed

4 files changed

+1224
-335
lines changed

public/js/components-loader.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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');

0 commit comments

Comments
 (0)