Throwing an error when opening the project, because of pg import
This line const { Client } = require('pg');
causes my project to throw errors. The import just mentioned, is found in my file called Logic.jsx.
This line const { Client } = require('pg');
causes my project to throw errors. The import just mentioned, is found in my file called Logic.jsx.