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