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