mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-10 14:21:06 +03:00
24 lines
293 B
Plaintext
24 lines
293 B
Plaintext
import { Head, Notes } from 'mdx-deck'
|
|
|
|
export { theme } from './theme'
|
|
|
|
<Head>
|
|
<title>Presentation Title</title>
|
|
</Head>
|
|
|
|
# Hello
|
|
|
|
---
|
|
|
|
## Edit this file
|
|
|
|
To create your presentation
|
|
|
|
<Notes>
|
|
Create speaker notes with the Notes component
|
|
</Notes>
|
|
|
|
---
|
|
|
|
<https://github.com/jxnblk/mdx-deck>
|