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