summaryrefslogtreecommitdiffstats
path: root/src/components/MDX/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MDX/index.tsx')
-rw-r--r--src/components/MDX/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/MDX/index.tsx b/src/components/MDX/index.tsx
index acb885e..bc7aa35 100644
--- a/src/components/MDX/index.tsx
+++ b/src/components/MDX/index.tsx
@@ -1,5 +1,6 @@
import CodeBlock from './CodeBlock/CodeBlock';
+import Gallery from './Gallery/Gallery';
import Link from './Link/Link';
import ResponsiveImage from './ResponsiveImage/ResponsiveImage';
-export { CodeBlock, Link, ResponsiveImage };
+export { CodeBlock, Gallery, Link, ResponsiveImage };