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