feat: copy code button

This commit is contained in:
Timothy Lin
2021-05-20 23:57:13 +08:00
parent c734391094
commit 9978910cca
2 changed files with 72 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
import Image from 'next/image'
import CustomLink from './Link'
import Pre from './Pre'
const MDXComponents = {
Image,
a: CustomLink,
pre: Pre,
}
export default MDXComponents