js-pong
js-pong copied to clipboard
Fix import and export thing
Adding a description here:
the JS file is throwing: "illegal export declaration" for default class Ball in Ball.js. import-export are, or are to be, reserved words requiring more careful syntax. Way around this, or what is bp?