aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/MDX/index.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-26 12:31:37 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-26 12:31:37 +0100
commita09d6f1639235e668a7dd0dee5392ab1cc16dd8c (patch)
treedb93748c2c7c34874adf24df9f3e2f1c96b29175 /src/components/MDX/index.tsx
parent1ecc8089dd1f90ee20064cfda39855fc8805e9cf (diff)
chore: create a CodeBlock component for MDX rendering
Diffstat (limited to 'src/components/MDX/index.tsx')
-rw-r--r--src/components/MDX/index.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/MDX/index.tsx b/src/components/MDX/index.tsx
new file mode 100644
index 0000000..d306f4e
--- /dev/null
+++ b/src/components/MDX/index.tsx
@@ -0,0 +1,3 @@
+import CodeBlock from './CodeBlock/CodeBlock';
+
+export { CodeBlock };