mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-18 14:32:26 +00:00
7 lines
101 B
TypeScript
7 lines
101 B
TypeScript
import React from 'react';
|
|
import Tool from '@/index';
|
|
|
|
export default () => {
|
|
return <Tool />;
|
|
};
|