2022-01-10 11:22:21 +00:00
|
|
|
import debug from 'debug';
|
|
|
|
debug.log = console.log.bind(console);
|
2021-12-06 13:23:34 +00:00
|
|
|
|
2022-01-10 11:22:21 +00:00
|
|
|
export * from './i18n';
|
|
|
|
export * from './acl';
|
|
|
|
export * from './antd-config-provider';
|
|
|
|
export * from './api-client';
|
|
|
|
export * from './collection-manager';
|
|
|
|
export * from './current-user';
|
|
|
|
export * from './document-title';
|
|
|
|
export * from './route-switch';
|
|
|
|
export * from './schema-component';
|
|
|
|
export * from './system-settings';
|
|
|
|
export * from './application';
|
|
|
|
export * from './record-provider';
|
2022-01-13 06:25:42 +00:00
|
|
|
export * from './async-data-provider';
|