When I try to load my HTML page, my JavaScript code keeps throwing an error in the console. I am attempting to import some JavaScript code into VSCode using an app module for future reuse.
The code is being run through a local server.
Error Message:
GET http://127.0.0.1:5500/js/js/slider net::ERR_ABORTED 404 (Not Found)
app.js File Contents:
import slider from './js/slider'
new slider();