From 8beb943fa9c296c0ed0e63194099d823908f3f77 Mon Sep 17 00:00:00 2001 From: huangyingjie Date: Thu, 12 Jan 2017 20:24:44 +0800 Subject: [PATCH] fix: properties exported are redefined --- modules/ui/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ui/index.js b/modules/ui/index.js index 8a51fdf98..37bfc22cc 100644 --- a/modules/ui/index.js +++ b/modules/ui/index.js @@ -1,5 +1,4 @@ export { uiInit } from './init'; -export { uiFields } from './fields/index'; export { uiAccount } from './account'; export { uiAttribution } from './attribution'; export { uiBackground } from './background'; @@ -18,7 +17,6 @@ export { uiGeolocate } from './geolocate'; export { uiHelp } from './help'; export { uiInfo } from './info'; export { uiInspector } from './inspector'; -export { uiIntro } from './intro'; export { uiLasso } from './lasso'; export { uiLoading } from './loading'; export { uiMapData } from './map_data';