1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-08-15 17:40:26 +03:00

Adjust theme export syntax in template

This commit is contained in:
Brent Jackson 2019-07-16 17:20:02 -04:00
parent cba72a5ca7
commit b492e2bf59

View File

@ -1,6 +1,7 @@
import { Head, Notes } from 'mdx-deck'
import { theme } from './theme'
export { theme } from './theme'
export const themes = [ theme ]
<Head>
<title>Presentation Title</title>