my browser console is showing me an error, that the .css is missing. Indeed the map is only like "half loaded" . It worked before, but now I have implemented a directory structure like so:
in my src:
App.jsx
directory_1
directory_2
map_file.jsx
I'm using import "mapbox-gl/dist/mapbox-gl.css"
in my map_file.jsx . Do I need to specify the path to the .css?