6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import aiRobotManager from './aiRobotManager';
|
|
|
|
export * from './info';
|
|
|
|
export default aiRobotManager.getInstance();
|