diff options
Diffstat (limited to 'src/components/MDX/index.tsx')
| -rw-r--r-- | src/components/MDX/index.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/MDX/index.tsx b/src/components/MDX/index.tsx index d306f4e..5ebe6bf 100644 --- a/src/components/MDX/index.tsx +++ b/src/components/MDX/index.tsx @@ -1,3 +1,4 @@ import CodeBlock from './CodeBlock/CodeBlock'; +import Link from './Link/Link'; -export { CodeBlock }; +export { CodeBlock, Link }; |
