This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Description
I keep getting this warning:
/components/NavBar/navBar/css.js” was loaded even though its MIME type (“”) is not a valid JavaScript MIME type.
My code is like so:
include(['/components/NavBar/navBar.css', '/components/Footer/footer.css']);
I don't know why it's replacing the dot with a / but it shouldn't be.