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