mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-29 13:58:02 +03:00
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
import comic from '@mdx-deck/themes/comic'
|
|
import theme from './theme'
|
|
|
|
export const themes = [
|
|
comic,
|
|
theme,
|
|
]
|
|
|
|
# Hello!
|
|
|
|
---
|
|
|
|
This deck has a custom Provider component
|
|
|