diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2021-01-14 19:27:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 19:27:47 +0200 |
commit | e1d1bb966cca5e1541d5703505cfa83e6ae12ec0 (patch) | |
tree | d803e0e891fc6c14ff2a390beeabbe59d0ad8485 /src/lib/index.ts | |
parent | d23df805ed5d0e78c604d5c9f81f21bbc6a06288 (diff) | |
parent | ef9dfdacf17c62254331140a40a508549aa725b4 (diff) | |
download | react-benzin-master.tar.gz |
Release 4.1.0
Diffstat (limited to 'src/lib/index.ts')
-rw-r--r-- | src/lib/index.ts | 4 |
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'; |