I'm completely new to React JS. I've been exploring React JS and understanding its structure. In my web project, I couldn't find the component or render folder. However, when I run the web project, it works perfectly fine. Upon inspecting the browser source tab, I noticed folders like component, container, layout, etc., which do not actually exist in the project folder. The project was pulled from a Google Cloud repository.
Check out the screenshot of the folder and browser console source here.
Any idea on how to locate all the existing project folders?