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.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/MDX/index.tsx b/src/components/MDX/index.tsx
deleted file mode 100644
index bc7aa35..0000000
--- a/src/components/MDX/index.tsx
+++ /dev/null
@@ -1,6 +0,0 @@
-import CodeBlock from './CodeBlock/CodeBlock';
-import Gallery from './Gallery/Gallery';
-import Link from './Link/Link';
-import ResponsiveImage from './ResponsiveImage/ResponsiveImage';
-
-export { CodeBlock, Gallery, Link, ResponsiveImage };