2024-07-23 16:25:11 +08:00

7 lines
101 B
TypeScript

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