7 lines
101 B
TypeScript
Raw Normal View History

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