We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e42845 commit d673d5cCopy full SHA for d673d5c
packages/gatsby-plugin-mdx/src/gatsby-layout-loader.ts
@@ -68,11 +68,6 @@ const gatsbyLayoutLoader: LoaderDefinition = async function () {
68
type: `mdxjsEsm` as `text`,
69
value: `import GatsbyMDXLayout from "${layoutPath}"`,
70
})
71
- tree.children.push({
72
- type: `mdxjsEsm` as `text`,
73
- value: `export * from "${layoutPath}"`,
74
- })
75
-
76
tree.children.push({
77
78
value: `export default GatsbyMDXLayout`,
0 commit comments