import React from 'react'; import { Col, Row } from 'antd'; const App: React.FC = () => ( <> col-8 col-8 col-6 col-offset-6 col-6 col-offset-6 col-12 col-offset-6 > ); export default App;