Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed May 29, 2024
1 parent 12e781b commit 8401653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/assets/localStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ const addList = () => {
liEl.appendChild(aEl)
linksRef.appendChild(liEl)
}
}
}

window.onload = hydrate;

0 comments on commit 8401653

Please sign in to comment.