cfel-base-components 2.5.77 → 2.5.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.tsx +0 -4
package/package.json
CHANGED
package/src/index.tsx
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import LiosLayout, { LiosLayoutlProps } from './components/layout'
|
|
2
|
-
import LiosLayoutConsole from './components/layout-console/index'
|
|
3
|
-
import LiosLayoutCloud from './components/layout-cloud/index'
|
|
4
2
|
import PageContainer from './components/base-component/PageContainer'
|
|
5
3
|
import CopyRight from './components/base-component/CopyRight'
|
|
6
4
|
import QueryFilter from './components/base-component/QueryFilter'
|
|
@@ -21,8 +19,6 @@ import { getUrlParams, downloadFile, timeFormatter } from './utils/index'
|
|
|
21
19
|
export {
|
|
22
20
|
LiosLayout,
|
|
23
21
|
LiosLayoutlProps,
|
|
24
|
-
LiosLayoutConsole,
|
|
25
|
-
LiosLayoutCloud,
|
|
26
22
|
CopyRight,
|
|
27
23
|
PageContainer,
|
|
28
24
|
QueryFilter,
|