import React from 'react'; import { ClockCircleOutlined } from '@ant-design/icons'; import { Timeline } from 'antd'; const App: React.FC = () => ( , color: 'red', children: 'Technical testing 2015-09-01', }, { children: 'Network problems being solved 2015-09-01', }, ]} /> ); export default App;