export { default as fetchAPI } from './fetch';
export * from './register';
export * from './shared';
export * from './tool';
