Files
medusa-store/www/reference/.cache/api-runner-browser-plugins.js
2022-12-07 20:28:32 +01:00

14 lines
574 B
JavaScript

module.exports = [{
plugin: require('../node_modules/gatsby-plugin-anchor-links/gatsby-browser.js'),
options: {"plugins":[],"offset":-100,"duration":1000},
},{
plugin: require('../node_modules/gatsby-remark-autolink-headers/gatsby-browser.js'),
options: {"plugins":[],"elements":["h2","h3","h4"],"offsetY":0,"className":"anchor"},
},{
plugin: require('../node_modules/gatsby-plugin-theme-ui/gatsby-browser.js'),
options: {"plugins":[]},
},{
plugin: require('../gatsby-browser.js'),
options: {"plugins":[]},
}]