import importedCollections from './collections.json'; /** * @type {Record} collections */ const collections = importedCollections; export { collections };