After upgrading to 3.7.1, it does not let me import some components like Clones, Move and Sizes as these are not part of the export on the modular file /dist/glide.modular.esm.js and it is also not possible to import via src like
import clones from '@glidejs/glide/src/components/clones';
as it is not listed in the exports section of the package.json file.
Could it be possible to add these components to the export section of the modular dist/glide.modular.esm.js?