diff --git a/themes/Empty/index.js b/themes/Empty/index.js index aabed077..22fd5d15 100644 --- a/themes/Empty/index.js +++ b/themes/Empty/index.js @@ -1,3 +1,5 @@ +import CONFIG_EMPTY from './config_empty' +export { CONFIG_EMPTY as THEME_CONFIG } export { LayoutIndex } from './LayoutIndex' export { LayoutSearch } from './LayoutSearch' export { LayoutArchive } from './LayoutArchive'