import React from 'react';
import { Empty } from 'antd';
const App: React.FC = () => <Empty />;
export default App;