From b492e2bf59c976a4f522d2e16d6e9f7add244da7 Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Tue, 16 Jul 2019 17:20:02 -0400 Subject: [PATCH] Adjust theme export syntax in template --- templates/basic/deck.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/basic/deck.mdx b/templates/basic/deck.mdx index cce7f23..32f1c44 100644 --- a/templates/basic/deck.mdx +++ b/templates/basic/deck.mdx @@ -1,6 +1,7 @@ import { Head, Notes } from 'mdx-deck' +import { theme } from './theme' -export { theme } from './theme' +export const themes = [ theme ] Presentation Title