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