--- import Layout from '../../layouts/Layout.astro'; let starNumberOfTime = localStorage.getItem('starValue'); console.log(starNumberOfTime); const numberOfTimes = starNumberOfTime; --- Wow, Lets Go Try Again