Skip to content

Commit

Permalink
fix: vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailmogilnikov committed Jan 9, 2024
1 parent 2a3a5a5 commit b2ec47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Example.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default class Example {

init() {
this.element.textContent = 'hello, world!';
console.log('ehu!');
console.log('ehnu!');
}
}

0 comments on commit b2ec47a

Please sign in to comment.