I am using the tutorial to build the breakout game in javascript. I have
index.html file with script calling to
index.js file as the game tutor has instrcuted
within the index,js file I have import function which is designed to import file known as paddle.js
paddle.js contains the styling for the paddle used in the game/
I cannot view the paddle in the broswer
the error appears to be related to the import operation
any ideas
someone suggested you cant use import function because cant read it and suggested transpiling to es5
help