Import async function from different file to component – Shopify
I'm having an issue with my learning of nextJs, and specially with async await. I'm collecting the data from Shopify So On my file library.js, I have all my queries : const domain = process.env.API_URL const storefrontAccessToken = process.env.ACCESS_TOKEN async…