Skip to content

Commit

Permalink
feat: added markdown to the exported library
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed May 10, 2024
1 parent 2b4b141 commit 705b8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ import 'highlight.js/styles/github.css';

export { default as CodeBlock } from './components/code-block/code-block.svelte';
export { default as Menu } from './components/menu/menu.svelte';
export { default as Markdown } from './components/markdown/markdown.svelte';

0 comments on commit 705b8a7

Please sign in to comment.