Counter logic done

This commit is contained in:
2021-10-14 17:35:27 -03:00
parent 84dcff99a7
commit a7330c6804
3 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
const AlmacenateCurrentScore = (currentScore) => {
localStorage.setItem('currentScore', currentScore)
}
export default AlmacenateCurrentScore