You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your js files that are interacting with the front end are within the src file. the file that interacts with the dom should probably be within public, as it will be rendering things to the page.
It's not something thats too much of an issue, but when going into the files, I had too look through the code on each one to find out which file was rendering stuff to the dom. rather than simply going to a js file that would be in public
The text was updated successfully, but these errors were encountered:
your js files that are interacting with the front end are within the src file. the file that interacts with the dom should probably be within public, as it will be rendering things to the page.
It's not something thats too much of an issue, but when going into the files, I had too look through the code on each one to find out which file was rendering stuff to the dom. rather than simply going to a js file that would be in public
The text was updated successfully, but these errors were encountered: