From ccd32238e5dea6a7151b10648bf579fdae85dbaf Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Fri, 23 Oct 2020 10:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20feat:=20Auto=20export=20public=20la?= =?UTF-8?q?yout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/index.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/layouts/components/index.js diff --git a/src/layouts/components/index.js b/src/layouts/components/index.js deleted file mode 100644 index e8962f1..0000000 --- a/src/layouts/components/index.js +++ /dev/null @@ -1,7 +0,0 @@ -/** - * @author chuzhixin 1204505056@qq.com (不想保留author可删除) - * @description 公共js导出 - */ - -export { default as ColorfullIcon } from 'zx-layouts/ColorfullIcon' -export { default as RemixIcon } from 'zx-layouts/RemixIcon'