1
1
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:
Kaleb McKelvey 2019-03-27 14:04:36 -04:00 committed by GitHub
parent 112233e7ef
commit e593999a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'