aboutsummaryrefslogtreecommitdiff
path: root/src/lib/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/index.ts')
-rw-r--r--src/lib/index.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/index.ts b/src/lib/index.ts
index 545e6f8..2e6dd9e 100644
--- a/src/lib/index.ts
+++ b/src/lib/index.ts
@@ -1,3 +1,5 @@
-export { default as ContentSection } from './ContentSection/ContentSection';
export { default as Benzin } from './Benzin/Benzin';
export { default as Markdown } from './Markdown/Markdown';
+export { default as CodeBlock } from './Markdown/CodeBlock';
+export { default as InlineCode } from './Markdown/InlineCode';
+export { default as Heading } from './Markdown/Heading';