We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffa41b commit 5294a0eCopy full SHA for 5294a0e
source/components/hero/index.ts
@@ -22,7 +22,6 @@ class Hero {
22
23
export function init() {
24
document.addEventListener('DOMContentLoaded', () => {
25
- console.log('Hero component loaded');
26
new Hero();
27
});
28
}
0 commit comments