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
-Make a directory called utilities in the front-end directory, and then move the utilities.jsx file into the directory.
-You will have to resolve the import errors on any pages that utilize the functions inside of utilities.jsx.
-Create another file called savedPostUtilities.jsx and move all of the Saved Post Logic in utilities.jsx, beneath line 107, to the new jsx file and fix any imports in where those functions are utilized.
-In the backend/marketplace_proj/ directory add a utils directory and put the utils.py file in that directory and fix the imports.
The text was updated successfully, but these errors were encountered:
-Make a directory called utilities in the front-end directory, and then move the utilities.jsx file into the directory.
-You will have to resolve the import errors on any pages that utilize the functions inside of utilities.jsx.
-Create another file called savedPostUtilities.jsx and move all of the Saved Post Logic in utilities.jsx, beneath line 107, to the new jsx file and fix any imports in where those functions are utilized.
-In the backend/marketplace_proj/ directory add a utils directory and put the utils.py file in that directory and fix the imports.
The text was updated successfully, but these errors were encountered: