aboutsummaryrefslogtreecommitdiffstats
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 5ebe6bf..acb885e 100644
--- a/src/components/MDX/index.tsx
+++ b/src/components/MDX/index.tsx
@@ -1,4 +1,5 @@
import CodeBlock from './CodeBlock/CodeBlock';
import Link from './Link/Link';
+import ResponsiveImage from './ResponsiveImage/ResponsiveImage';
-export { CodeBlock, Link };
+export { CodeBlock, Link, ResponsiveImage };