Closed ghost closed 1 year ago
Just for a little more explanation. I started working on the end_game page and was getting a lot of errors in the console of the Chrome developer tools. In the end I had to comment out the first line:
// import { pauseTheme, playTheme } from "./script";
and I also commented out all uses of 'playTheme' and 'pauseTheme' and then the page worked just fine without issues. Maybe I can chat with someone later today to see if/how we can fix the uses of these, maybe just put them directly into the js file instead of importing them?
Story
As a developer, I need to fix the import bug in end.js so that I can achieve the intended functionality.
Acceptance Criteria
Tasks