I'm trying to use this in Vue3 and this is my app.js: `const SneaksAPI = import.meta.glob('sneaks-api');` `window.sneaks = SneaksAPI` Then when I'm trying to use sneaks.getMostPopular, it says "sneaks.getMostPopular is not a function"