diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-26 12:31:37 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-26 12:31:37 +0100 |
| commit | a09d6f1639235e668a7dd0dee5392ab1cc16dd8c (patch) | |
| tree | db93748c2c7c34874adf24df9f3e2f1c96b29175 /src/components/MDX/index.tsx | |
| parent | 1ecc8089dd1f90ee20064cfda39855fc8805e9cf (diff) | |
chore: create a CodeBlock component for MDX rendering
Diffstat (limited to 'src/components/MDX/index.tsx')
| -rw-r--r-- | src/components/MDX/index.tsx | 3 |
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 }; |
