Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Nov 28, 2023
1 parent 7aa4332 commit b36a2c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/ui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ function showPage(pageId) {
// Home page
document.getElementById('createWallet').addEventListener('click', function() {
// TODO: Implement wallet creation logic
const
const walet = createwallet;

console.log('Create Wallet clicked');
});

Expand Down

0 comments on commit b36a2c1

Please sign in to comment.