Main.jsx that renders App.jsxApp.jsx has a main tag , inside which i have LeftSection and RightSection componentLeftSection component has its own components that have their own jsx filequerySelectorAll() and loops through the arr and set random color to them, but when i make the function in App.jsx and call it there it only sets random color to the main tag cause App.jsx only has main tag in it inside which it has components. I thought since it has LeftSection and RightSection which have rest of the divs inside of them but ofc in their own component file, i thought the function might effect that as wellHelper.js which will have have the coloring function expoted and i'll import it in all my jsx and run the function
