mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-27 02:41:23 +00:00

* feat: puppeteer integration * feat: export puppeteer agent * fix: bug of insight visualizer
8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
import React from 'react';
|
|
import Tool from '@/index';
|
|
|
|
export default () => {
|
|
// return <Tool hideLogo />;
|
|
return <Tool />;
|
|
};
|