import React from 'react';
import Tool from '@/index';
export default () => {
// return <Tool hideLogo />;
return <Tool />;
};