소스 검색

mdnow page edit

chenxixian 6 년 전
부모
커밋
ea923b868d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      hello-world.mdx

+ 5 - 0
hello-world.mdx

@@ -8,6 +8,11 @@ import { Button, EditButton} from './hello-world'
 <EditButton />
 
 
+import { Button, AddPageButton} from './addpage'
+
+<AddPageButton />
+
+
 # Hello world!
 
 I'm a documentation page, using MDX, created using [docz](https://docz.site) and deployed with [ZEIT Now](https://zeit.co/now)!