From 7cc91804f9770d72fca021929ce3043d5f88edd3 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 27 Jan 2022 15:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E4=B8=BB=E9=A2=98=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/Empty/index.js | 2 ++ 1 file changed, 2 insertions(+) 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'