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