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