mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Update advanced.md
This commit is contained in:
parent
112233e7ef
commit
e593999a87
@ -72,6 +72,9 @@ Next, create a `.js` file to import and combine the two `.mdx` files.
|
||||
|
||||
```js
|
||||
// deck.js
|
||||
// if you want to include a theme, you would export here:
|
||||
// export { dark as theme } from 'mdx-deck/themes';
|
||||
|
||||
import { slides as one } from './one.mdx'
|
||||
import { slides as two } from './two.mdx'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user