* feat: compact theme * fix: theme * fix: styling * fix: margin * feat: improve * fix: remove console.log
30 lines
844 B
TypeScript
30 lines
844 B
TypeScript
import './global.less';
|
|
|
|
export * from './acl';
|
|
export * from './antd-config-provider';
|
|
export * from './api-client';
|
|
export * from './appInfo';
|
|
export * from './application';
|
|
export * from './async-data-provider';
|
|
export * from './block-provider';
|
|
export * from './board';
|
|
export * from './china-region';
|
|
export * from './collection-manager';
|
|
export * from './document-title';
|
|
export * from './formula';
|
|
export * from './i18n';
|
|
export * from './icon';
|
|
export * from './plugin-manager';
|
|
export * from './pm';
|
|
export * from './powered-by';
|
|
export * from './record-provider';
|
|
export * from './route-switch';
|
|
export * from './schema-component';
|
|
export * from './schema-initializer';
|
|
export * from './schema-settings';
|
|
export * from './schema-templates';
|
|
export * from './settings-form';
|
|
export * from './system-settings';
|
|
export * from './user';
|
|
|