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